about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-09-19 15:53:43 +0200
committerbptato <nincsnevem662@gmail.com>2023-09-19 15:53:43 +0200
commit76d8acf69d62ae1080d1438b92e04032e268fa37 (patch)
tree62085a62afa973fd07e2103959e625d0394805c6
parent739c06cb3c7e1506c3951dbb2b6f44dbfbe588f9 (diff)
downloadchawan-76d8acf69d62ae1080d1438b92e04032e268fa37.tar.gz
Version 0.11.0
-rw-r--r--chame.nimble2
-rw-r--r--chame/version.nim4
2 files changed, 3 insertions, 3 deletions
diff --git a/chame.nimble b/chame.nimble
index be6dacf3..88d68a4e 100644
--- a/chame.nimble
+++ b/chame.nimble
@@ -1,6 +1,6 @@
 # Package
 
-version       = "0.10.1"
+version       = "0.11.0"
 author        = "bptato"
 description   = "HTML5 parser for Chawan"
 license       = "Unlicense"
diff --git a/chame/version.nim b/chame/version.nim
index cecd362c..c2e278d4 100644
--- a/chame/version.nim
+++ b/chame/version.nim
@@ -1,3 +1,3 @@
 const Major* = 0
-const Minor* = 10
-const Patch* = 1
+const Minor* = 11
+const Patch* = 0