aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2020-01-11 02:59:18 +0200
committerUri Shaked2020-01-11 02:59:18 +0200
commit8f3815152af3666ba38f32293a6ce57afb673271 (patch)
tree849bb792f6982423c89b659342db4409a5a1a3e8 /package.json
parentfix(gpio): pinState() value incorrect in GPIO listeners (diff)
downloadavr8js-8f3815152af3666ba38f32293a6ce57afb673271.tar.gz
avr8js-8f3815152af3666ba38f32293a6ce57afb673271.tar.bz2
avr8js-8f3815152af3666ba38f32293a6ce57afb673271.zip
chore: release 0.5.2
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1c460bd..b994063 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "avr8js",
- "version": "0.5.1",
+ "version": "0.5.2",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",