Skip to content

Commit

Permalink
Merge pull request #23 from hideakitai/chore/release-v0.3.0
Browse files Browse the repository at this point in the history
chore: release v0.3.0
  • Loading branch information
hideakitai committed Oct 4, 2023
2 parents 2a2c88e + 7272ff0 commit ec346e2
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 @@ -13,7 +13,7 @@
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.2.0",
"version": "0.3.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=ESP32SPISlave
version=0.2.0
version=0.3.0
author=hideakitai
maintainer=hideakitai
sentence=SPI Slave library for ESP32
Expand Down

0 comments on commit ec346e2

Please sign in to comment.