Skip to content

Commit e301920

Browse files
committed
紧急修复
1 parent f7538da commit e301920

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
###更新说明
2+
- v3.2.4 (2015-08-22)
3+
1.紧急修复一个错误
4+
25
- v3.2.3 (2015-08-21)
36

47
1.优化翻译

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simplified-chinese-menu",
33
"main": "./lib/main",
4-
"version": "3.2.3",
4+
"version": "3.2.4",
55
"description": "Atom 的简体中文语言包,完整汉化,兼容所有已发布版本 Atom",
66
"repository": {
77
"type": "git",
@@ -18,5 +18,8 @@
1818
],
1919
"engines": {
2020
"atom": ">=0.174.0 <2.0.0"
21+
},
22+
"dependencies": {
23+
"cson": "3.0.1"
2124
}
2225
}

0 commit comments

Comments
 (0)