From 856c550a151c08177f6040aac17aa2196b363733 Mon Sep 17 00:00:00 2001 From: Piotr Stolarz Date: Sun, 22 Oct 2023 20:42:59 +0200 Subject: [PATCH] Bump to version 0.3.1 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 7df4e6f..98a115a 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/pstolarz/CoopThreads" }, - "version": "0.3.0", + "version": "0.3.1", "homepage": "https://github.com/pstolarz/CoopThreads", "frameworks": "Arduino", "examples": [ diff --git a/library.properties b/library.properties index d4c7b1d..85dc6e6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=CoopThreads -version=0.3.0 +version=0.3.1 author=Piotr Stolarz maintainer=Piotr Stolarz sentence=Lightweight, platform agnostic, stackful cooperative threads library