Skip to content

Commit c993670

Browse files
committed
Bumping version to 1.2.2
1 parent ac38a47 commit c993670

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## v1.2.1
1+
## v1.2.2
2+
* 增加了收藏功能
3+
* 解决头像显示问题
4+
* 优化下邮件反馈正文
5+
* 评论默认不带小尾巴
6+
* 收到推送消息默认进入消息列表
7+
8+
# v1.2.1
29
* 解决android下splash screen不现实的问题
310
* 修正已登陆用户注册jush的问题
411

config.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<widget id="com.lanceli.cnodejs"
3-
version="1.2.1"
4-
android-versionCode="103"
5-
ios-CFBundleVersion="103"
3+
version="1.2.2"
4+
android-versionCode="117"
5+
ios-CFBundleVersion="117"
66
xmlns="http://www.w3.org/ns/widgets"
77
xmlns:cdv="http://cordova.apache.org/ns/1.0">
88
<preference name="SplashScreen" value="screen" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cnodejs",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"private": true,
55
"dependencies": {},
66
"devDependencies": {

0 commit comments

Comments
 (0)