Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luni64 committed Sep 17, 2022
1 parent be9632e commit 099aa91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "TeensyTimerTool",
"version": "1.1.0",
"keywords": "teensy, pjrc, timer, quad, gpt, tmr, pit, imxrt1062",
"description": "TeensyTimerTool is a library that provides a generic, easy to use interface to the hardware timers of the PJRC Teensy boards. In addition, it provides up to 20 highly efficient software timers that use the same interface. All timers can be used in periodic and one-shot mode. Currently the library supports the ARM T3.X and T4.0 boards. You can either pick a free timer from a pool or specify exactly which of the available hardware or software timer modules you want to use.",
"repository":
Expand All @@ -14,7 +15,6 @@
"maintainer": true
},
"homepage": "https://github.com/luni64/TeensyTimerTool",
"version": "1.0.0",
"frameworks": "arduino",
"platforms": "Teensy"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TeensyTimerTool
version=1.0.0
version=1.1.0
author=luni64
maintainer=luni64
sentence=Generic Interface to Teensy Timers
Expand Down

0 comments on commit 099aa91

Please sign in to comment.