File tree 5 files changed +13
-11
lines changed
5 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 5
5
- Bump versions in:
6
6
- Changelog.md
7
7
- pubspec.yaml
8
+ - batch_flutter.podspec
8
9
- Plugin version env vars: Search for "Flutter/". There should be two constants: one for Android, one for iOS. Bump the version there.
10
+ - Run ` pod update ` in ` example/ios `
9
11
- Tag the commit
10
12
- Merge ` dev ` into ` master `
11
13
- Make the Github release
Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >8 .0 </string >
24
+ <string >9 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - Batch (1.18.0 )
3
- - batch_flutter (0.0.2 ):
4
- - Batch (~> 1.18.0 )
2
+ - Batch (1.18.1 )
3
+ - batch_flutter (0.0.3 ):
4
+ - Batch (~> 1.18.1 )
5
5
- Flutter
6
- - batch_flutter/Tests (0.0.2 ):
7
- - Batch (~> 1.18.0 )
6
+ - batch_flutter/Tests (0.0.3 ):
7
+ - Batch (~> 1.18.1 )
8
8
- Flutter
9
9
- BatchExtension (3.0.2)
10
10
- Flutter (1.0.0)
@@ -32,10 +32,10 @@ EXTERNAL SOURCES:
32
32
:path: ".symlinks/plugins/shared_preferences/ios"
33
33
34
34
SPEC CHECKSUMS:
35
- Batch: 6a98a347ee208f12954fedb1ac442d4a8fc4fea2
36
- batch_flutter: 5435dfece115d4492644b5ccc0da14b1e2b5c83d
35
+ Batch: 7fd69db3f2c8fe36d9e635216bf1b63537440741
36
+ batch_flutter: 1b57ba18263378cc82861bf628e03ce9e1aa237b
37
37
BatchExtension: 56b1f3131513beae83d1f1dbdd9c56b62a17596e
38
- Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
38
+ Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
39
39
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
40
40
41
41
PODFILE CHECKSUM: 90949cdf177c644cf68dd6e233b49572e678953b
Original file line number Diff line number Diff line change 294
294
isa = PBXProject;
295
295
attributes = {
296
296
LastSwiftUpdateCheck = 1250;
297
- LastUpgradeCheck = 1020 ;
297
+ LastUpgradeCheck = 1300 ;
298
298
ORGANIZATIONNAME = "";
299
299
TargetAttributes = {
300
300
510F5CA42633505C004184A4 = {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 1020 "
3
+ LastUpgradeVersion = " 1300 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
You can’t perform that action at this time.
0 commit comments