aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2020-11-14 11:26:28 +0200
committerUri Shaked2020-11-14 11:26:28 +0200
commit4196fbb076c39fa8a324d1ece787a15dee207f8a (patch)
tree0cfe53b3eb511dea18448afa235eb184684ea093 /package.json
parentfeat: Support for simulating ATtinyx5 (e.g. ATtiny85) timers #64 (diff)
downloadavr8js-4196fbb076c39fa8a324d1ece787a15dee207f8a.tar.gz
avr8js-4196fbb076c39fa8a324d1ece787a15dee207f8a.tar.bz2
avr8js-4196fbb076c39fa8a324d1ece787a15dee207f8a.zip
0.12.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 7f4e272..1a94c3f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "avr8js",
- "version": "0.11.5",
+ "version": "0.12.0",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",