Skip to content

Commit

Permalink
Merge pull request #9 from hideakitai/chore/release-v0.5.0
Browse files Browse the repository at this point in the history
[ci skip] chore: release v0.5.0
  • Loading branch information
hideakitai authored Oct 4, 2023
2 parents 4805b25 + 3ca5292 commit 9b687c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ on:
paths-ignore:
- .git*
- '**.md'
- '*.properties'
- 'library.properties'
- 'library.json'
pull_request:
branches:
- main
- develop
paths-ignore:
- .git*
- '**.md'
- '*.properties'
- 'library.properties'
- 'library.json'

jobs:
build:
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.0",
"version": "0.5.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ArxContainer
version=0.4.0
version=0.5.0
author=hideakitai
maintainer=hideakitai
sentence=C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL
Expand Down

0 comments on commit 9b687c9

Please sign in to comment.