aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2020-11-27 01:55:13 +0200
committerUri Shaked2020-11-27 01:55:13 +0200
commit214d56660e240dbd5e2c617b009d7c69906fe096 (patch)
tree685931e93ddfd0f6753ba312b93bf1bb34461a26 /package.json
parentfix(usart): respect the given baud rate #16 (diff)
downloadavr8js-214d56660e240dbd5e2c617b009d7c69906fe096.tar.gz
avr8js-214d56660e240dbd5e2c617b009d7c69906fe096.tar.bz2
avr8js-214d56660e240dbd5e2c617b009d7c69906fe096.zip
0.13.1
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e6233e5..88819d3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "avr8js",
- "version": "0.13.0",
+ "version": "0.13.1",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",