From 7aebd0214054af34f28f6360f4be6956a4619c20 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Tue, 17 Jun 2025 20:57:09 -0500 Subject: [PATCH] Bump version to 1.1.0 --- update_version.nim | 2 +- update_version.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/update_version.nim b/update_version.nim index 7c40fc6..9c2da71 100644 --- a/update_version.nim +++ b/update_version.nim @@ -66,7 +66,7 @@ Details: Node: ^\s*export\s+const\s+\S*VERSION\S*\s*=\s*"()"\s*;?$ """ -const UV_VERSION* = "1.0.2" +const UV_VERSION = "1.1.0" type LangType* = enum lNim, lNode diff --git a/update_version.nimble b/update_version.nimble index 54e7355..b08a5fb 100644 --- a/update_version.nimble +++ b/update_version.nimble @@ -1,6 +1,6 @@ # Package -version = "1.0.2" +version = "1.1.0" author = "Jonathan Bernard" description = "Small util to update version consistently for nim and node packages." license = "MIT"