Skip to content

Commit

Permalink
back out the CHANGELOG and version bump changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ernst committed Jan 1, 2017
1 parent 802409a commit 9cb7910
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
### 0.1.10
* Support for Browser (thanks to Marcel Ernst)

### 0.1.9
* Renamed Windows8 platform to Windows

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.10
0.1.9
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-app-version",
"version": "0.1.10",
"version": "0.1.9",
"description": "Cordova plugin to return the version number of the current app",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-app-version"
version="0.1.10">
version="0.1.9">

<name>AppVersion</name>
<description>
Expand Down

0 comments on commit 9cb7910

Please sign in to comment.