Skip to content

Commit

Permalink
Minor update for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBriglio committed Mar 31, 2021
1 parent 38abe08 commit 8e428e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

- Added `getSimInfo` method


## 1.2.0 - 28-07-2020

- Added `openNotificationSettings` method
Expand Down
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-android-utility",
"version": "1.3.0",
"version": "1.3.1",
"description": "Cordova Android general utility plugin.",
"cordova": {
"id": "cordova-plugin-android-utility",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-android-utility" version="1.3.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-android-utility" version="1.3.1">
<name>Cordova Android Utility</name>
<description>Cordova Android general utility plugin.</description>
<license>MIT</license>
Expand Down

0 comments on commit 8e428e2

Please sign in to comment.