From 2a0ec24777cbad905553788a7370ccb545446592 Mon Sep 17 00:00:00 2001 From: Hideaki Tai Date: Tue, 13 Feb 2024 16:45:18 +0900 Subject: [PATCH] fix: dependency --- .github/workflows/build.yml | 3 +++ library.json | 2 +- library.properties | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0643ddb..dfe7ff7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/library.json b/library.json index e67e304..0e7eaa5 100644 --- a/library.json +++ b/library.json @@ -11,7 +11,7 @@ "url": "https://github.com/hideakitai", "maintainer": true }, - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "frameworks": "arduino", "platforms": "*", diff --git a/library.properties b/library.properties index fbda67c..7ee725b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Tween -version=0.4.1 +version=0.4.2 author=hideakitai maintainer=hideakitai sentence=Tween library for Arduino with Robert Penners easing functions @@ -7,4 +7,4 @@ paragraph=Tween library for Arduino with Robert Penners easing functions. Tweeni 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