Skip to content

Commit e128a93

Browse files
authored
Merge pull request #12 from hideakitai/chore/release-v0.5.0
chore: release v0.5.0
2 parents 4080264 + 64478ee commit e128a93

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ on:
66
paths-ignore:
77
- .git*
88
- '**.md'
9-
- '*.properties'
9+
- 'library.properties'
10+
- 'library.json'
1011
pull_request:
1112
branches:
1213
- main
1314
- develop
1415
paths-ignore:
1516
- .git*
1617
- '**.md'
17-
- '*.properties'
18+
- 'library.properties'
19+
- 'library.json'
1820

1921
jobs:
2022
build:

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/hideakitai",
1212
"maintainer": true
1313
},
14-
"version": "0.4.7",
14+
"version": "0.5.0",
1515
"license": "MIT",
1616
"frameworks": "arduino",
1717
"platforms": "*",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MsgPacketizer
2-
version=0.4.7
2+
version=0.5.0
33
author=hideakitai
44
maintainer=hideakitai
55
sentence=msgpack based serializer and deserializer with packetize for Arduino and more

0 commit comments

Comments
 (0)