aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2021-08-13 20:26:48 +0300
committerUri Shaked2021-08-13 20:26:48 +0300
commit84774ad62c491fa5e029b176cfb54a8e321eaed6 (patch)
tree2f94bb0f309082bedcad42c947040f6f8b9d3bd0 /package.json
parentfix(gpio): timer outputs not reflected in PIN register #102 (diff)
downloadavr8js-84774ad62c491fa5e029b176cfb54a8e321eaed6.tar.gz
avr8js-84774ad62c491fa5e029b176cfb54a8e321eaed6.tar.bz2
avr8js-84774ad62c491fa5e029b176cfb54a8e321eaed6.zip
0.16.6
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2acb642..98f1af4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "avr8js",
- "version": "0.16.5",
+ "version": "0.16.6",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",