Skip to content

Commit

Permalink
Bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed May 21, 2022
1 parent 6491904 commit 4f19634
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 @@ -93,7 +93,7 @@ following example.
terminated.

3. Fig. 3. Thread 3 terminates. Since there is no working thread stacks between
the thread 3 stack and the thread 1 stack (now the last stack on the chain)
the thread 3 stack and the thread 1 stack (now the last stack in the chain)
the stack is unwinded and the scheduler stack is now located on the position
previously occupied by thread 2. From now all new thread stacks will be located
over the thread 1 stack.
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.5",
"version": "0.3.0",
"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.5
version=0.3.0
author=Piotr Stolarz
maintainer=Piotr Stolarz <[email protected]>
sentence=Lightweight, platform agnostic, stackful cooperative threads library
Expand Down

0 comments on commit 4f19634

Please sign in to comment.