aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2020-07-16 19:59:46 +0300
committerUri Shaked2020-07-16 19:59:46 +0300
commit7466e565c7891426ef3212a9ad142a7945dcfed3 (patch)
treeb0288c187747fdc7b87ea24ab48dc7da74b767a8 /package.json
parentfeat(eeprom): implement EEPROM peripheral (diff)
downloadavr8js-7466e565c7891426ef3212a9ad142a7945dcfed3.tar.gz
avr8js-7466e565c7891426ef3212a9ad142a7945dcfed3.tar.bz2
avr8js-7466e565c7891426ef3212a9ad142a7945dcfed3.zip
0.10.0
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a5f1d80..bfc2b46 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "avr8js",
- "version": "0.9.2",
+ "version": "0.10.0",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",