Skip to content

Commit e9e76ec

Browse files
committed
Bumping version to 2.0.0
1 parent 7bd1df9 commit e9e76ec

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.0.0
2+
* 增加原生分享功能,包括微信、pocket等(感谢[@pluswave](https://github.com/pluswave)
3+
* 支持手势滑动后退
4+
* 更新ionic至v1.1.1
5+
16
## v1.2.2
27
* 增加了收藏功能
38
* 解决头像显示问题

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.2"
4-
android-versionCode="117"
5-
ios-CFBundleVersion="117"
3+
version="2.0.0"
4+
android-versionCode="126"
5+
ios-CFBundleVersion="126"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cnodejs",
3-
"version": "1.2.2",
3+
"version": "2.0.0",
44
"private": true,
55
"dependencies": {},
66
"devDependencies": {
@@ -65,4 +65,4 @@
6565
"https://github.com/pluswave/SocialSharing-PhoneGap-Plugin"
6666
],
6767
"cordovaPlatforms": []
68-
}
68+
}

0 commit comments

Comments
 (0)