Skip to content

Commit d070d29

Browse files
committed
bump version to 3.3.1
1 parent fe39527 commit d070d29

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

ios/Podfile.lock

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -85,33 +85,31 @@ PODS:
8585
- SDWebImage (5.19.1):
8686
- SDWebImage/Core (= 5.19.1)
8787
- SDWebImage/Core (5.19.1)
88-
- Sentry/HybridSDK (8.52.1)
89-
- sentry_flutter (9.1.0):
90-
- Flutter
91-
- FlutterMacOS
92-
- Sentry/HybridSDK (= 8.52.1)
93-
- sqlite3 (3.50.1):
94-
- sqlite3/common (= 3.50.1)
95-
- sqlite3/common (3.50.1)
96-
- sqlite3/dbstatvtab (3.50.1):
88+
- sqlite3 (3.50.4):
89+
- sqlite3/common (= 3.50.4)
90+
- sqlite3/common (3.50.4)
91+
- sqlite3/dbstatvtab (3.50.4):
92+
- sqlite3/common
93+
- sqlite3/fts5 (3.50.4):
9794
- sqlite3/common
98-
- sqlite3/fts5 (3.50.1):
95+
- sqlite3/math (3.50.4):
9996
- sqlite3/common
100-
- sqlite3/math (3.50.1):
97+
- sqlite3/perf-threadsafe (3.50.4):
10198
- sqlite3/common
102-
- sqlite3/perf-threadsafe (3.50.1):
99+
- sqlite3/rtree (3.50.4):
103100
- sqlite3/common
104-
- sqlite3/rtree (3.50.1):
101+
- sqlite3/session (3.50.4):
105102
- sqlite3/common
106103
- sqlite3_flutter_libs (0.0.1):
107104
- Flutter
108105
- FlutterMacOS
109-
- sqlite3 (~> 3.50.1)
106+
- sqlite3 (~> 3.50.4)
110107
- sqlite3/dbstatvtab
111108
- sqlite3/fts5
112109
- sqlite3/math
113110
- sqlite3/perf-threadsafe
114111
- sqlite3/rtree
112+
- sqlite3/session
115113
- super_native_extensions (0.0.1):
116114
- Flutter
117115
- SwiftyGif (5.4.5)
@@ -148,7 +146,6 @@ DEPENDENCIES:
148146
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
149147
- protocol_handler_ios (from `.symlinks/plugins/protocol_handler_ios/ios`)
150148
- rhttp (from `.symlinks/plugins/rhttp/ios`)
151-
- sentry_flutter (from `.symlinks/plugins/sentry_flutter/ios`)
152149
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/darwin`)
153150
- super_native_extensions (from `.symlinks/plugins/super_native_extensions/ios`)
154151
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
@@ -162,7 +159,6 @@ SPEC REPOS:
162159
- DKPhotoGallery
163160
- PhoneNumberKit
164161
- SDWebImage
165-
- Sentry
166162
- sqlite3
167163
- SwiftyGif
168164

@@ -209,8 +205,6 @@ EXTERNAL SOURCES:
209205
:path: ".symlinks/plugins/protocol_handler_ios/ios"
210206
rhttp:
211207
:path: ".symlinks/plugins/rhttp/ios"
212-
sentry_flutter:
213-
:path: ".symlinks/plugins/sentry_flutter/ios"
214208
sqlite3_flutter_libs:
215209
:path: ".symlinks/plugins/sqlite3_flutter_libs/darwin"
216210
super_native_extensions:
@@ -250,10 +244,8 @@ SPEC CHECKSUMS:
250244
protocol_handler_ios: 59f23ee71f3ec602d67902ca7f669a80957888d5
251245
rhttp: 359daed992674fc912552df3106bfbc746bcc929
252246
SDWebImage: 40b0b4053e36c660a764958bff99eed16610acbb
253-
Sentry: 2cbbe3592f30050c60e916c63c7f5a2fa584005e
254-
sentry_flutter: 7da4db00cb0e9fe223d9fd9249b7a176ca8097c9
255-
sqlite3: 1d85290c3321153511f6e900ede7a1608718bbd5
256-
sqlite3_flutter_libs: e7fc8c9ea2200ff3271f08f127842131746b70e2
247+
sqlite3: 73513155ec6979715d3904ef53a8d68892d4032b
248+
sqlite3_flutter_libs: 83f8e9f5b6554077f1d93119fe20ebaa5f3a9ef1
257249
super_native_extensions: b763c02dc3a8fd078389f410bf15149179020cb4
258250
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
259251
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: 3.3.0+450
15+
version: 3.3.1+453
1616

1717
environment:
1818
sdk: "^3.7.0"

0 commit comments

Comments
 (0)