Skip to content

Commit

Permalink
Prepare for 5.2.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKypta committed Jun 25, 2024
1 parent d5b8313 commit ad126f8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 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.2.1-dev" 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.2.2-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
4 changes: 2 additions & 2 deletions demoapp/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 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.2.1-dev",
"version": "5.2.2-dev",
"description": "Example Wultra Malwarelytics integration into Cordova app",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions docs/Release-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## Current Release

### Release 5.2.1-dev
### Release 5.2.2-dev

- Expose missing config for disabling AV feature on Android (#98)

## Previous Releases

### Release 5.2.1

- Expose missing config for disabling AV feature on Android (#98)

### Release 5.2.0

- Update Malwarelytics for Android to 1.1.1 (#87, #92)
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.2.1-dev",
"version": "5.2.2-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.2.1-dev" 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.2.2-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 ad126f8

Please sign in to comment.