Skip to content

Commit c5d14dc

Browse files
committed
0.1.14
1 parent 612026c commit c5d14dc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.1.14
2+
3+
* Fixed browser platform check for config.xml [Issue#128](https://github.com/sampart/cordova-plugin-app-version/issues/128)
4+
* Fix browser platform xhr error handling missing parameter [Issue#118](https://github.com/sampart/cordova-plugin-app-version/issues/118)
5+
16
### 0.1.13
27

38
* [iOS: getAppName to return localized value (like Android)](https://github.com/sampart/cordova-plugin-app-version/pull/127)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.13
1+
0.1.14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-app-version",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "Cordova plugin to return the version number of the current app",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-app-version"
5-
version="0.1.13">
5+
version="0.1.14">
66

77
<name>AppVersion</name>
88
<description>

0 commit comments

Comments
 (0)