aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2021-07-16 00:40:29 +0300
committerUri Shaked2021-07-16 00:40:29 +0300
commitba80f5396ebd0886176b460dd1934a01746e028e (patch)
tree6ba729592a4e8f3e934bacb811acd107bb22cc5e /package.json
parentfix(usart): tx / rx complete timing (diff)
downloadavr8js-ba80f5396ebd0886176b460dd1934a01746e028e.tar.gz
avr8js-ba80f5396ebd0886176b460dd1934a01746e028e.tar.bz2
avr8js-ba80f5396ebd0886176b460dd1934a01746e028e.zip
0.16.3
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f7f1f1f..cac1b89 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "avr8js",
- "version": "0.16.2",
+ "version": "0.16.3",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",