aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2020-04-10 14:14:44 +0300
committerUri Shaked2020-04-10 14:14:44 +0300
commite1ef21d9ee387423b6445eb76446d90a15c8ba74 (patch)
treecff2ebbb2e1f2cbfacffa9288bf80244661c021e /package.json
parentfeat(instruction): 22-bit PC support #31 (diff)
downloadavr8js-e1ef21d9ee387423b6445eb76446d90a15c8ba74.tar.gz
avr8js-e1ef21d9ee387423b6445eb76446d90a15c8ba74.tar.bz2
avr8js-e1ef21d9ee387423b6445eb76446d90a15c8ba74.zip
chore: release 0.7.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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",