Skip to content

Commit

Permalink
Merge pull request #121 from BBosman/fixversion
Browse files Browse the repository at this point in the history
Fix version mismatch and install error
  • Loading branch information
sampart authored Dec 10, 2020
2 parents 37c876e + 981f3f7 commit 93e61ec
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
### 0.1.12

* Fixed version mismatch
* Fixed browser platform install warning by removing unneeded feature tag

### 0.1.11

* Switched to new repo location

### 0.1.10

* Added browser platform

### 0.1.9
* Renamed Windows8 platform to Windows

* Renamed Windows8 platform to Windows

### 0.1.7

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.9
0.1.12
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.11",
"version": "0.1.12",
"description": "Cordova plugin to return the version number of the current app",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
8 changes: 1 addition & 7 deletions 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.9">
version="0.1.12">

<name>AppVersion</name>
<description>
Expand Down Expand Up @@ -79,12 +79,6 @@

<!-- browser -->
<platform name="browser">
<config-file target="config.xml" parent="/*">
<feature name="AppVersion">
<param name="browser-package" value="AppVersion" />
</feature>
</config-file>

<js-module src="src/browser/AppVersionProxy.js" name="AppVersionProxy">
<runs />
</js-module>
Expand Down

0 comments on commit 93e61ec

Please sign in to comment.