We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c72da9 + a8197d5 commit d4b0bcfCopy full SHA for d4b0bcf
3 files changed
.github/workflows/build.yml
@@ -6,15 +6,17 @@ on:
6
paths-ignore:
7
- .git*
8
- '**.md'
9
- - '*.properties'
+ - 'library.properties'
10
+ - 'library.json'
11
pull_request:
12
branches:
13
- main
14
- develop
15
16
17
18
19
20
21
jobs:
22
build:
library.json
@@ -11,7 +11,7 @@
"url": "https://github.com/hideakitai",
"maintainer": true
},
- "version": "0.4.8",
+ "version": "0.5.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
library.properties
@@ -1,5 +1,5 @@
1
name=TaskManager
2
-version=0.4.8
+version=0.5.0
3
author=hideakitai
4
maintainer=hideakitai
5
sentence=cooperative multi-task manager for Arduino
0 commit comments