diff options
| author | Uri Shaked | 2020-12-26 00:31:16 +0200 |
|---|---|---|
| committer | Uri Shaked | 2020-12-26 00:31:16 +0200 |
| commit | 9c526a67893638708b55cc8e4e526d51201bb17f (patch) | |
| tree | f8291ffcac41402dc0d40db2539cdc68a01741f4 | |
| parent | fix(timer): Overflow interrupt fires twice #80 (diff) | |
| download | avr8js-9c526a67893638708b55cc8e4e526d51201bb17f.tar.gz avr8js-9c526a67893638708b55cc8e4e526d51201bb17f.tar.bz2 avr8js-9c526a67893638708b55cc8e4e526d51201bb17f.zip | |
0.14.7
Diffstat (limited to '')
| -rw-r--r-- | package-lock.json | 2 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 9b5dbbf..16a4928 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "avr8js", - "version": "0.14.6", + "version": "0.14.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8aabd5a..ef9690a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "avr8js", - "version": "0.14.6", + "version": "0.14.7", "main": "dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", |
