Skip to content

Commit 8d4a14f

Browse files
committed
Version up for release
1 parent a938026 commit 8d4a14f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/Manual_en.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= knloader English Manual
22
:author: kounch
3-
:revnumber: 0.11.0
3+
:revnumber: 0.12.0
44
:doctype: book
55
:email: kounch@users.noreply.github.com
66
:Revision: 1.0

docs/Manual_es.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Manual de knloader
22
:author: kounch
3-
:revnumber: 0.11.0
3+
:revnumber: 0.12.0
44
:doctype: book
55
:email: kounch@users.noreply.github.com
66
:Revision: 1.0

docs/knloader_en.gde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@title knloader Manual
22
@author kounch
3-
@version 0.11
3+
@version 0.12
44
@copyright Copyright (C)2020 kounch
55
@date 2020/05/31
66

@@ -12,7 +12,7 @@
1212

1313
@{c}knloader Manual
1414

15-
@{c}Version 0.11
15+
@{c}Version 0.12
1616

1717
@{h1}
1818

docs/knloader_es.gde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@title Manual de knloader
22
@author kounch
3-
@version 0.11
3+
@version 0.12
44
@copyright Copyright (C)2020 kounch
55
@date 2020/06/13
66

@@ -12,7 +12,7 @@
1212

1313
@{c}Manual de knloader
1414

15-
@{c}Versión 0.11
15+
@{c}Versión 0.12
1616

1717
@{h1}
1818

utils/cache2bdt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from pathlib2 import Path
3636

3737
__MY_NAME__ = 'cache2bdt.py'
38-
__MY_VERSION__ = '0.11'
38+
__MY_VERSION__ = '0.12'
3939

4040
__MAXNAME_L__ = 23
4141
__MAXPATH_L__ = 65

utils/cache_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from pathlib2 import Path
3434

3535
__MY_NAME__ = 'cache_builder.py'
36-
__MY_VERSION__ = '0.11'
36+
__MY_VERSION__ = '0.12'
3737

3838
__MAXNAME_L__ = 23
3939
__MAXPATH_L__ = 65

0 commit comments

Comments
 (0)