Bump version to 1.1.0
This commit is contained in:
+1
-1
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user