aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUri Shaked2020-05-04 22:00:21 +0300
committerUri Shaked2020-05-04 22:00:21 +0300
commit545234341de3eb6cdac78cea9b8b4a534e424724 (patch)
tree9053842445bca5920ac1f9d3adf8ed0f5188ffb6 /package.json
parentfix(timer): stop Timer 2 when all CS bits are 0 (diff)
downloadavr8js-545234341de3eb6cdac78cea9b8b4a534e424724.tar.gz
avr8js-545234341de3eb6cdac78cea9b8b4a534e424724.tar.bz2
avr8js-545234341de3eb6cdac78cea9b8b4a534e424724.zip
chore: release 0.8.5
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1de6f83..46b0fd8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "avr8js",
- "version": "0.8.4",
+ "version": "0.8.5",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",