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"