Skip to content

Commit

Permalink
Merge pull request #22 from hideakitai/fix/dependency
Browse files Browse the repository at this point in the history
fix: dependency
  • Loading branch information
hideakitai committed Feb 13, 2024
2 parents c4c3524 + 2a0ec24 commit b91c3e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
vendor: teensy
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
- name: compile example sketchs
uses: arduino/compile-sketches@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=Tween
version=0.4.1
version=0.4.2
author=hideakitai
maintainer=hideakitai
sentence=Tween library for Arduino with Robert Penners easing functions
paragraph=Tween library for Arduino with Robert Penners easing functions. Tweening custom class and several timeline modes are also available with simple usage.
category=Data Processing
url=https://github.com/hideakitai/Tween
architectures=*
depends=ArxContainer(>=0.6.0),ArxSmartPtr,ArxTypeTraits,Easing,PollingTimer
depends=ArxContainer (>=0.6.0), ArxSmartPtr, ArxTypeTraits, Easing, PollingTimer

0 comments on commit b91c3e5

Please sign in to comment.