diff options
| author | Uri Shaked | 2020-12-29 20:35:42 +0200 |
|---|---|---|
| committer | Uri Shaked | 2020-12-29 20:35:42 +0200 |
| commit | 4f6ad1ac90699d830860d4afda73011f64f664b1 (patch) | |
| tree | f8a043ae862b8e4904369a6a8932d770cf672ade /package.json | |
| parent | fix(timer): delay() is inaccurate #81 (diff) | |
| download | avr8js-4f6ad1ac90699d830860d4afda73011f64f664b1.tar.gz avr8js-4f6ad1ac90699d830860d4afda73011f64f664b1.tar.bz2 avr8js-4f6ad1ac90699d830860d4afda73011f64f664b1.zip | |
0.14.9
Diffstat (limited to '')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index caf3b8d..899368f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "avr8js", - "version": "0.14.8", + "version": "0.14.9", "main": "dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", |
