From 613d073b69c998674f58c472e86dcb2ff36b4c22 Mon Sep 17 00:00:00 2001 From: Jason Beetham Date: Mon, 25 Sep 2023 21:37:58 -0600 Subject: [PATCH] Bump nimble version --- stack_strings.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_strings.nimble b/stack_strings.nimble index 283789d..1a13ba6 100644 --- a/stack_strings.nimble +++ b/stack_strings.nimble @@ -1,6 +1,6 @@ # Package -version = "1.1.1" +version = "1.1.2" author = "termer" description = "Library for guaranteed zero heap allocation strings" license = "MIT"