Bump version to 1.1.0

This commit is contained in:
Jonathan Bernard
2025-06-17 20:57:09 -05:00
parent 8f71630e78
commit 7aebd02140
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ Details:
Node: ^\s*export\s+const\s+\S*VERSION\S*\s*=\s*"(<old-version>)"\s*;?$
"""
const UV_VERSION* = "1.0.2"
const UV_VERSION = "1.1.0"
type
LangType* = enum lNim, lNode
+1 -1
View File
@@ -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"