Skip to content

Commit

Permalink
Prepare for 5.1.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKypta committed Feb 19, 2024
1 parent 199e6ef commit 0d82a59
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion demoapp/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.wultra.android.cordova.malwarelytics.demo" version="5.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.wultra.android.cordova.malwarelytics.demo" version="5.1.1-dev" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>MalwarelyticsPluginTest</name>
<description>
A sample Apache Cordova application integrating Malwarelytics for Cordova.
Expand Down
6 changes: 3 additions & 3 deletions demoapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demoapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.wultra.android.cordova.malwarelytics.demo",
"displayName": "Malwarelytics Cordova Demo",
"version": "5.1.0",
"version": "5.1.1-dev",
"description": "Example Wultra Malwarelytics integration into Cordova app",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -60,4 +60,4 @@
},
"platforms": []
}
}
}
7 changes: 5 additions & 2 deletions docs/Release-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

## Current Release

### Release 5.1.1-dev


## Previous Releases

### Release 5.1.0

- Update Malwarelytics for Android to 1.0.2 (#70)
- Update Malwarelytics for Apple to 2.1.1 (#71)
- Update and remove Android dependencies (#78)

## Previous Releases

### Release 5.0.1

- Add xml2js devDependency (#72)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cordova-plugin-malwarelytics",
"description": "Cordova plugin for Wultra Malwarelytics.",
"author": "Wultra, <hello@wultra.com>",
"version": "5.1.0",
"version": "5.1.1-dev",
"license": "Apache 2.0",
"cordova": {
"id": "cordova-plugin-malwarelytics",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
and limitations under the License.
-->

<plugin id="cordova-plugin-malwarelytics" version="5.1.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-malwarelytics" version="5.1.1-dev" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>MalwarelyticsPlugin</name>
<description>Cordova plugin for Malwarelytics</description>
<author>Wultra</author>
Expand Down

0 comments on commit 0d82a59

Please sign in to comment.