We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2522af commit 480f3ceCopy full SHA for 480f3ce
ChangeLog.md
@@ -1,5 +1,7 @@
1
# [Change Log](https://github.com/anyks/asc/archive/release.tar.gz)
2
3
+## [1.1.5](https://github.com/anyks/asc/archive/v1.1.5.tar.gz) Bug fixes
4
+
5
## [1.1.4](https://github.com/anyks/asc/archive/v1.1.4.tar.gz) Bug fixes
6
7
## [1.1.3](https://github.com/anyks/asc/archive/v1.1.3.tar.gz) Other optimization
app/asc.hpp
@@ -9,7 +9,7 @@
9
// Название языковой модели
10
#define ANYKS_ASC_NAME "asc"
11
// Версия приложения
12
-#define ANYKS_ASC_VERSION "1.1.4"
+#define ANYKS_ASC_VERSION "1.1.5"
13
// Версия словаря
14
#define ANYKS_ASC_DICT_VERSION "1.0.1"
15
// Автор приложения
0 commit comments