Skip to content

Commit 7ff45d5

Browse files
committed
bump version to 2.2.0
1 parent a43eec3 commit 7ff45d5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

ios/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,21 @@ PODS:
9090
- Flutter
9191
- FlutterMacOS
9292
- Sentry/HybridSDK (= 8.42.0)
93-
- sqlite3 (3.47.1):
94-
- sqlite3/common (= 3.47.1)
95-
- sqlite3/common (3.47.1)
96-
- sqlite3/dbstatvtab (3.47.1):
93+
- sqlite3 (3.49.1):
94+
- sqlite3/common (= 3.49.1)
95+
- sqlite3/common (3.49.1)
96+
- sqlite3/dbstatvtab (3.49.1):
9797
- sqlite3/common
98-
- sqlite3/fts5 (3.47.1):
98+
- sqlite3/fts5 (3.49.1):
9999
- sqlite3/common
100-
- sqlite3/perf-threadsafe (3.47.1):
100+
- sqlite3/perf-threadsafe (3.49.1):
101101
- sqlite3/common
102-
- sqlite3/rtree (3.47.1):
102+
- sqlite3/rtree (3.49.1):
103103
- sqlite3/common
104104
- sqlite3_flutter_libs (0.0.1):
105105
- Flutter
106106
- FlutterMacOS
107-
- sqlite3 (~> 3.47.1)
107+
- sqlite3 (~> 3.49.0)
108108
- sqlite3/dbstatvtab
109109
- sqlite3/fts5
110110
- sqlite3/perf-threadsafe
@@ -222,7 +222,7 @@ EXTERNAL SOURCES:
222222
:path: ".symlinks/plugins/webview_flutter_wkwebview/darwin"
223223

224224
SPEC CHECKSUMS:
225-
audio_session: f08db0697111ac84ba46191b55488c0563bb29c6
225+
audio_session: 9bb7f6c970f21241b19f5a3658097ae459681ba0
226226
device_info_plus: 71ffc6ab7634ade6267c7a93088ed7e4f74e5896
227227
DKImagePickerController: a7836546cfdfe014171694f643a7d575bc8ace7f
228228
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
@@ -249,8 +249,8 @@ SPEC CHECKSUMS:
249249
SDWebImage: 40b0b4053e36c660a764958bff99eed16610acbb
250250
Sentry: 38ed8bf38eab5812787274bf591e528074c19e02
251251
sentry_flutter: a72ca0eb6e78335db7c4ddcddd1b9f6c8ed5b764
252-
sqlite3: 1e522f0938463e44b7faf50393b40bdc1e1e456d
253-
sqlite3_flutter_libs: f0b59f6bb2a18597d0796558725007e5a7428397
252+
sqlite3: fc1400008a9b3525f5914ed715a5d1af0b8f4983
253+
sqlite3_flutter_libs: 3c323550ef3b928bc0aa9513c841e45a7d242832
254254
super_native_extensions: b763c02dc3a8fd078389f410bf15149179020cb4
255255
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
256256
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish_to: none
1212
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1313
# Read more about iOS versioning at
1414
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
15-
version: 2.1.2+395
15+
version: 2.2.0+398
1616

1717
environment:
1818
sdk: "^3.5.0"

0 commit comments

Comments
 (0)