Skip to content

Commit

Permalink
Minor version: 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Aug 2, 2022
1 parent 9f5ca1a commit 613e898
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

**v7.1.0**
* (Android, iOS) feat: add support to fetch device OS and build SDK details

**v7.0.0**

* (Android) BREAKING chore: Remove deprecated aliases `cordova.plugins.diagnostic.runtimePermission` and `cordova.plugins.diagnostic.runtimePermissionStatus`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.0",
"version": "7.1.0",
"name": "cordova.plugins.diagnostic",
"cordova_name": "Diagnostic",
"description": "Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.",
Expand Down
2 changes: 1 addition & 1 deletion 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.plugins.diagnostic"
version="7.0.0">
version="7.1.0">

<name>Diagnostic</name>
<description>Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.</description>
Expand Down

0 comments on commit 613e898

Please sign in to comment.