diff options
| author | Uri Shaked | 2020-04-28 18:00:50 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-04-28 18:00:50 +0300 |
| commit | 3bc59cd9cf007e44338a91f19f6f427d499ea52a (patch) | |
| tree | 799764f405e5ad4eddc8184c0278016ca701b28b /package.json | |
| parent | fix(instruction): LD, ST instructions should take 2 clock cycles (diff) | |
| download | avr8js-3bc59cd9cf007e44338a91f19f6f427d499ea52a.tar.gz avr8js-3bc59cd9cf007e44338a91f19f6f427d499ea52a.tar.bz2 avr8js-3bc59cd9cf007e44338a91f19f6f427d499ea52a.zip | |
chore: release 0.8.2
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0ca82bb..a93e4e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "avr8js", - "version": "0.8.1", + "version": "0.8.2", "main": "dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", |
