Skip to content

Commit

Permalink
Bump to 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wang <[email protected]>
  • Loading branch information
skygragon committed Jan 20, 2018
1 parent 7ddead3 commit 7422bba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.skygragon.shlib" version="2.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.skygragon.shlib" version="2.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>上图助手</name>
<description>上海图书馆查询助手</description>
<author email="[email protected]" href="https://github.com/skygragon/shlib">Eric Wang</author>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shlib",
"version": "2.0.0",
"version": "2.1.0",
"author": "Eric Wang",
"homepage": "https://github.com/skygragon/shlib",
"private": true,
Expand Down Expand Up @@ -66,4 +66,4 @@
"android"
]
}
}
}
2 changes: 1 addition & 1 deletion src/app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ion-item>
<ion-icon name="phone-portrait" item-left></ion-icon>
版本
<span item-right class="small">v2.0.0</span>
<span item-right class="small">v2.1.0</span>
</ion-item>
<ion-item>
<ion-icon name="logo-github" item-left></ion-icon>
Expand Down

0 comments on commit 7422bba

Please sign in to comment.