diff --git a/CHANGES.md b/CHANGES.md index 9213295fc..496ec9cfd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## 1.0.4 + +- Pre-populated database option (Android/iOS) +- Option to select database location to disable iCloud backup (iOS ONLY) +- Safeguard against closing of database while transaction is pending +- Fix to prevent double marshaling of data + ## 1.0.3 - Fixed issue with multi-page apps on Android (due to problem when closing & re-opening app) diff --git a/plugin.xml b/plugin.xml index 74ef146a1..440cd5159 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="1.0.4"> Brodysoft SQLitePlugin