From 6cf0e9da21715b9d1506ee71a8a4ccc1762fff2d Mon Sep 17 00:00:00 2001 From: Gruruya Date: Thu, 14 Sep 2023 03:47:50 -0400 Subject: [PATCH] bump version to 1.1.1 --- stack_strings.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_strings.nimble b/stack_strings.nimble index 4532977..283789d 100644 --- a/stack_strings.nimble +++ b/stack_strings.nimble @@ -1,6 +1,6 @@ # Package -version = "1.1.0" +version = "1.1.1" author = "termer" description = "Library for guaranteed zero heap allocation strings" license = "MIT"