diff options
| author | Uri Shaked | 2020-04-10 14:14:44 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-04-10 14:14:44 +0300 |
| commit | e1ef21d9ee387423b6445eb76446d90a15c8ba74 (patch) | |
| tree | cff2ebbb2e1f2cbfacffa9288bf80244661c021e /package.json | |
| parent | feat(instruction): 22-bit PC support #31 (diff) | |
| download | avr8js-e1ef21d9ee387423b6445eb76446d90a15c8ba74.tar.gz avr8js-e1ef21d9ee387423b6445eb76446d90a15c8ba74.tar.bz2 avr8js-e1ef21d9ee387423b6445eb76446d90a15c8ba74.zip | |
chore: release 0.7.0
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 8350fd9..22073f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "avr8js", - "version": "0.6.2", + "version": "0.7.0", "main": "dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", |
