File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.3.0] ( https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.3.0 )
4
+
5
+ * Swift 4.0 support.
6
+
3
7
## [ 0.2.0] ( https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.2.0 )
4
8
5
9
* Drop iOS 8 support.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SQLiteMigrationManager.swift"
3
- s . version = "0.2 .0"
3
+ s . version = "0.3 .0"
4
4
s . summary = "Migration manager for SQLite.swift"
5
5
s . description = <<-DESC
6
6
Migration manager for SQLite.swift, based on FMDBMigrationManager.
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.2 .0 </string >
18
+ <string >0.3 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments