From 86d815d377caef8a6214000e57a6af76d999e822 Mon Sep 17 00:00:00 2001 From: mohabbatta Date: Mon, 14 Aug 2023 16:56:21 +0300 Subject: [PATCH 1/3] increase version --- sqflite/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqflite/pubspec.yaml b/sqflite/pubspec.yaml index 0b41e823..586b0aa6 100644 --- a/sqflite/pubspec.yaml +++ b/sqflite/pubspec.yaml @@ -2,7 +2,7 @@ name: sqflite homepage: https://github.com/tekartik/sqflite/tree/master/sqflite description: Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine. -version: 2.0.3 +version: 2.3.0 environment: sdk: '>=2.16.0 <3.0.0' From 43c4fc65149420f398a0ab2b7f1a2f0e5a9b0480 Mon Sep 17 00:00:00 2001 From: mohabbatta Date: Mon, 14 Aug 2023 17:28:37 +0300 Subject: [PATCH 2/3] update podspec --- sqflite/ios/sqflite.podspec | 2 +- sqflite/macos/sqflite.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sqflite/ios/sqflite.podspec b/sqflite/ios/sqflite.podspec index 60ff5fdb..dfc5a96f 100644 --- a/sqflite/ios/sqflite.podspec +++ b/sqflite/ios/sqflite.podspec @@ -16,7 +16,7 @@ Access SQLite database. s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' s.dependency 'FMDB/SQLCipher', '>= 2.7.5' - s.dependency 'SQLCipher', '~> 4.4.0' + s.dependency 'SQLCipher', '~> 4.5.0' s.platform = :ios, '9.0' s.pod_target_xcconfig = { diff --git a/sqflite/macos/sqflite.podspec b/sqflite/macos/sqflite.podspec index 566d0c1d..3150c0c0 100644 --- a/sqflite/macos/sqflite.podspec +++ b/sqflite/macos/sqflite.podspec @@ -16,7 +16,7 @@ Access SQLite database. s.source_files = 'Classes/**/*' s.dependency 'FlutterMacOS' s.dependency 'FMDB/SQLCipher', '>= 2.7.5' - s.dependency 'SQLCipher', '~> 4.4.0' + s.dependency 'SQLCipher', '~> 4.5.0' s.platform = :osx, '10.11' s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'HEADER_SEARCH_PATHS' => 'SQLCipher' } From ccc5ab1e58ab7dbdf0bfb6fb2b5f081c462eae8e Mon Sep 17 00:00:00 2001 From: mohabbatta <44276926+mohabbatta@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:30:50 +0300 Subject: [PATCH 3/3] keep pubspec.yaml version --- sqflite/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqflite/pubspec.yaml b/sqflite/pubspec.yaml index 586b0aa6..0b41e823 100644 --- a/sqflite/pubspec.yaml +++ b/sqflite/pubspec.yaml @@ -2,7 +2,7 @@ name: sqflite homepage: https://github.com/tekartik/sqflite/tree/master/sqflite description: Flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine. -version: 2.3.0 +version: 2.0.3 environment: sdk: '>=2.16.0 <3.0.0'