Skip to content

Commit b9b4c0c

Browse files
committed
chore(release): raise version to 3.2.0-OS3
1 parent 162ea42 commit b9b4c0c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changes
2+
### cordova-sqlite-storage 3.2.0-OS3
3+
- Update cordova-sqlite-storage-dependencies dependency to version 2.0.0-OS1 [RNMT-4515](https://outsystemsrd.atlassian.net/browse/RNMT-4515)
4+
- Revert hotfix that was applied to ensure the support for Android 11 [RNMT-4515](https://outsystemsrd.atlassian.net/browse/RNMT-4515)
5+
26
### cordova-sqlite-storage 3.2.0-OS2
37
- An hotfix was applied to ensure the support for Android 11 [RNMT-4515](https://outsystemsrd.atlassian.net/browse/RNMT-4515)
48

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-sqlite-storage",
3-
"version": "3.2.0-OS2",
3+
"version": "3.2.0-OS3",
44
"description": "Native interface to SQLite for PhoneGap/Cordova - cordova-sqlite-storage plugin version",
55
"cordova": {
66
"id": "cordova-sqlite-storage",

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-sqlite-storage"
5-
version="3.2.0-OS2">
5+
version="3.2.0-OS3">
66

77
<name>Cordova sqlite storage plugin - cordova-sqlite-storage plugin version</name>
88

0 commit comments

Comments
 (0)