diff options
author | bptato <nincsnevem662@gmail.com> | 2024-09-17 22:01:14 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-09-17 22:02:30 +0200 |
commit | 3b3b2a9afd41c64e45c3ab59afd6b0bb49458173 (patch) | |
tree | 91ad3dec394fd8f0904b928ea9e7348db26e527c | |
parent | f868027fed934904718962b69c88cc7e2008e2c3 (diff) | |
download | chawan-3b3b2a9afd41c64e45c3ab59afd6b0bb49458173.tar.gz |
Update monoucha
I meant to fix this enum bug in the previous patch but then I forgot...
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 e0762b8bcd698a21a988483baf21ae96b545242 +Subproject f2b80f64d9b28c56dc81ab022cfe838f6bfec39 diff --git a/src/version.nim b/src/version.nim index d7c7de12..55b0062a 100644 --- a/src/version.nim +++ b/src/version.nim @@ -29,4 +29,4 @@ tryImport monoucha/version, "monoucha" static: checkVersion("chagashi", 0, 5, 6) checkVersion("chame", 1, 0, 1) - checkVersion("monoucha", 0, 4, 2) + checkVersion("monoucha", 0, 4, 3) |