diff options
m--------- | lib/monoucha | 0 | ||||
-rw-r--r-- | src/version.nim | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/monoucha b/lib/monoucha -Subproject 60178758cd7ecd0f4071a73607ac1a2c83296d0 +Subproject 20cef6c267447ff389262dbd555fa44f7576c4e diff --git a/src/version.nim b/src/version.nim index 2593a9c4..fe9d331a 100644 --- a/src/version.nim +++ b/src/version.nim @@ -29,4 +29,4 @@ tryImport monoucha/version, "monoucha" static: checkVersion("chagashi", 0, 5, 4) checkVersion("chame", 1, 0, 1) - checkVersion("monoucha", 0, 3, 0) + checkVersion("monoucha", 0, 3, 1) |