aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2020-07-09 16:19:07 +0300
committerUri Shaked2020-07-09 16:19:07 +0300
commita92c8b14288d0ce72f7c577e72e792cb3cbeaecd (patch)
tree84a82c912ad101e64aea34d8fc946547a93b6e6e /package.json
parentfix(usart): bitsPerChar looking at the wrong register (diff)
downloadavr8js-a92c8b14288d0ce72f7c577e72e792cb3cbeaecd.tar.gz
avr8js-a92c8b14288d0ce72f7c577e72e792cb3cbeaecd.tar.bz2
avr8js-a92c8b14288d0ce72f7c577e72e792cb3cbeaecd.zip
0.9.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 d92018f..423730a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "avr8js",
- "version": "0.9.1",
+ "version": "0.9.2",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",