aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2022-05-17 15:23:41 +0300
committerUri Shaked2022-05-17 15:23:41 +0300
commit5fac14fa9e544261e9707298f64983e1b84199d6 (patch)
tree1890867a81cc49d5bcadb5499eaf91c779f8e399 /package.json
parentfeat(usi): ATtiny85 USI implementation (diff)
downloadavr8js-5fac14fa9e544261e9707298f64983e1b84199d6.tar.gz
avr8js-5fac14fa9e544261e9707298f64983e1b84199d6.tar.bz2
avr8js-5fac14fa9e544261e9707298f64983e1b84199d6.zip
0.19.0
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0a7b8bc..5a0e82c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "avr8js",
- "version": "0.18.11",
+ "version": "0.19.0",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",