Skip to content

Commit 480f3ce

Browse files
committed
Доработка токенизатора
1 parent d2522af commit 480f3ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [Change Log](https://github.com/anyks/asc/archive/release.tar.gz)
22

3+
## [1.1.5](https://github.com/anyks/asc/archive/v1.1.5.tar.gz) Bug fixes
4+
35
## [1.1.4](https://github.com/anyks/asc/archive/v1.1.4.tar.gz) Bug fixes
46

57
## [1.1.3](https://github.com/anyks/asc/archive/v1.1.3.tar.gz) Other optimization

app/asc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Название языковой модели
1010
#define ANYKS_ASC_NAME "asc"
1111
// Версия приложения
12-
#define ANYKS_ASC_VERSION "1.1.4"
12+
#define ANYKS_ASC_VERSION "1.1.5"
1313
// Версия словаря
1414
#define ANYKS_ASC_DICT_VERSION "1.0.1"
1515
// Автор приложения

0 commit comments

Comments
 (0)