Skip to content

Commit

Permalink
bump version number and update message
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdf committed Jul 25, 2017
1 parent 89f3dc8 commit 889b3db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Localization.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from hashlib import md5

__version__ = "1.9.10"
__version__ = "1.9.11"

CONFIG_NAME = "Localization.sublime-settings"

Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"1.9.7": "msg/1.9.7.txt",
"1.9.8": "msg/1.9.8.txt",
"1.9.9": "msg/1.9.8.txt",
"1.9.10": "msg/1.9.8.txt"
"1.9.10": "msg/1.9.8.txt",
"1.9.11": "msg/1.9.8.txt"
}
4 changes: 4 additions & 0 deletions msg/1.9.8.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.9.11
Fix #17
合并繁体中文翻译pull requests

1.9.10
Fix #15
修复3121-3126之间的版本会用3131版本菜单的问题。
Expand Down

0 comments on commit 889b3db

Please sign in to comment.