aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2020-01-08 12:25:00 +0200
committerUri Shaked2020-01-08 12:25:00 +0200
commitf1b3ea3081fa2201a522d71ea8056f333d9e8fbe (patch)
tree0df583ac50323a0e3a468427103f8d8bbceb6475 /package.json
parentfeat(gpio): add pinState() method (diff)
downloadavr8js-f1b3ea3081fa2201a522d71ea8056f333d9e8fbe.tar.gz
avr8js-f1b3ea3081fa2201a522d71ea8056f333d9e8fbe.tar.bz2
avr8js-f1b3ea3081fa2201a522d71ea8056f333d9e8fbe.zip
chore: release 0.5.1
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 f77ac00..1c460bd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "avr8js",
- "version": "0.5.0",
+ "version": "0.5.1",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",