Skip to content

Commit

Permalink
Updated plugin version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwoon committed May 15, 2018
1 parent 7038e76 commit b2ac409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-csdeviceinfo",
"version": "1.0.1",
"version": "1.1.0",
"description": "A Cordova plugin to retrieve app info such as version name, app name, etc.",
"cordova": {
"id": "cordova-plugin-csdeviceinfo",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-csdeviceinfo" version="1.0.1">
id="cordova-plugin-csdeviceinfo" version="1.1.0">

<engines>
<engine name="cordova" version=">=3.0.0" />
Expand Down

0 comments on commit b2ac409

Please sign in to comment.