Skip to content

Commit

Permalink
Bump to version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Oct 20, 2021
1 parent c04b285 commit bf6b061
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The library has been tested on the following platforms:
* Arduino AVR.
* Tested on Arduino UNO (ATmega328P).
* Arduino ESP32.
* Tested on ESP32-DevKitC (ESP32-WROOM-32)
* Tested on ESP32-WROOM-32
* Arduino ESP8266.
* Tested on WeMos D1
* Unix/POSIX
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 @@
"type": "git",
"url": "https://github.com/pstolarz/CoopThreads"
},
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/pstolarz/CoopThreads",
"frameworks": "Arduino",
"examples": [
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=CoopThreads
version=0.2.2
version=0.2.3
author=Piotr Stolarz
maintainer=Piotr Stolarz <[email protected]>
sentence=Lightweight, platform agnostic, stackful cooperative threads library
Expand Down

0 comments on commit bf6b061

Please sign in to comment.