From bb51c0c6b5e442d7e888a6b843e2f2e5befc8152 Mon Sep 17 00:00:00 2001 From: Hideaki Tai Date: Thu, 5 Oct 2023 09:17:52 +0900 Subject: [PATCH] chore: release v0.3.0 --- .github/workflows/build.yml | 6 ++++-- library.json | 2 +- library.properties | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ddb1da6..9c78aa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,8 @@ on: paths-ignore: - .git* - '**.md' - - '*.properties' + - 'library.properties' + - 'library.json' pull_request: branches: - main @@ -14,7 +15,8 @@ on: paths-ignore: - .git* - '**.md' - - '*.properties' + - 'library.properties' + - 'library.json' jobs: build-wifi: diff --git a/library.json b/library.json index 67be6a0..ecac376 100644 --- a/library.json +++ b/library.json @@ -11,7 +11,7 @@ "url": "https://github.com/hideakitai", "maintainer": true }, - "version": "0.2.12", + "version": "0.3.0", "license": "MIT", "frameworks": "*", "platforms": "*", diff --git a/library.properties b/library.properties index 7412f34..2fcc577 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArtNet -version=0.2.12 +version=0.3.0 author=hideakitai maintainer=hideakitai sentence=Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)