Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #36 from bitstadium/version_bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
geof90 committed Apr 5, 2016
2 parents fbac86b + 7517546 commit 9691b09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-hockeyapp",
"version": "2.2.0",
"version": "2.2.1",
"description": "Cordova HockeyApp Plugin for android and ios. hockeyapp sdk versions ios: 4.1.0 and android: 4.1.0",
"cordova": {
"id": "cordova-plugin-hockeyapp",
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/peutetre/cordova-plugin-hockeyapp.git"
"url": "https://github.com/bitstadium/HockeySDK-Cordova.git"
},
"keywords": [
"cordova",
Expand All @@ -29,7 +29,7 @@
"author": "Paul Panserrieu <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/peutetre/cordova-plugin-hockeyapp/issues"
"url": "https://github.com/bitstadium/HockeySDK-Cordova/issues"
},
"homepage": "https://github.com/peutetre/cordova-plugin-hockeyapp#readme"
}
"homepage": "https://github.com/bitstadium/HockeySDK-Cordova"
}
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-hockeyapp"
xmlns:android="http://schemas.android.com/apk/res/android"
version="2.2.0">
version="2.2.1">
<name>HockeyApp</name>
<description>Cordova HockeyApp Plugin for android and ios. (hockeyapp sdk versions ios: 4.1.0 and android: 4.1.0)</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 9691b09

Please sign in to comment.