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 f7538da commit e301920Copy full SHA for e301920
CHANGELOG.md
@@ -1,4 +1,7 @@
1
###更新说明
2
+- v3.2.4 (2015-08-22)
3
+ 1.紧急修复一个错误
4
+
5
- v3.2.3 (2015-08-21)
6
7
1.优化翻译
package.json
@@ -1,7 +1,7 @@
{
"name": "simplified-chinese-menu",
"main": "./lib/main",
- "version": "3.2.3",
+ "version": "3.2.4",
"description": "Atom 的简体中文语言包,完整汉化,兼容所有已发布版本 Atom",
"repository": {
"type": "git",
@@ -18,5 +18,8 @@
18
],
19
"engines": {
20
"atom": ">=0.174.0 <2.0.0"
21
+ },
22
+ "dependencies": {
23
+ "cson": "3.0.1"
24
}
25
0 commit comments