File tree 4 files changed +7
-3
lines changed
SQLiteMigrationManager iOS
SQLiteMigrationManager macOS
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.8.2] ( https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.8.2 )
4
+
5
+ * Update SQLite.swift to ` 0.14.1 ` (@orestesgaolin )
6
+
3
7
## [ 0.8.1] ( https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.8.1 )
4
8
5
9
* Update SQLite.swift to ` 0.13.3 ` .
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ SQLiteMigrationManager.swift is available through [Swift Package Manager](https:
102
102
To install it, add the following dependency to your ` Package.swift ` file:
103
103
104
104
``` swift
105
- .package (url : " https://github.com/garriguv/SQLiteMigrationManager.swift.git" , from : " 0.8.1 " )
105
+ .package (url : " https://github.com/garriguv/SQLiteMigrationManager.swift.git" , from : " 0.8.2 " )
106
106
```
107
107
108
108
### CocoaPods
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.8.1 </string >
18
+ <string >0.8.2 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
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.8.1 </string >
18
+ <string >0.8.2 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHumanReadableCopyright </key >
You can’t perform that action at this time.
0 commit comments