Skip to content

Commit

Permalink
Bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Jun 13, 2020
1 parent e552c27 commit 1ed7e1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ The library has been tested on the following platforms:
* Wait/notify support for effective threads synchronization.

* Small and configurable footprint. Unused features may be turned off and reduce
footprint of a compiled image. See [`src/coop_config.h`](src/coop_config.h)
library configuration header for more details.
footprint of a compiled image.

* Although the library was created for Arduino environment in mind, it may be
easily ported for other development platforms. See [Platform Callbacks](#platform-callbacks)
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.0",
"version": "0.2.1",
"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.0
version=0.2.1
author=Piotr Stolarz
maintainer=Piotr Stolarz <[email protected]>
sentence=Lightweight, platform agnostic cooperative threads library
Expand Down

0 comments on commit 1ed7e1a

Please sign in to comment.