Skip to content

Commit edd7329

Browse files
committed
0.8.0
1 parent 74d731e commit edd7329

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [0.8.0](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.8.0)
4+
5+
* Update SQLite.swift to `0.13.0`.
6+
37
## [0.7.0](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.7.0)
48

59
* Update SQLite.swift to `0.12.0`. (@ypopovych)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ SQLiteMigrationManager.swift is availabel through [Swift Package Manager](https:
102102
To install it, add the following dependency to your `Package.swift` file:
103103

104104
```swift
105-
.package(url: "https://github.com/garriguv/SQLiteMigrationManager.swift.git", from: "0.12.0")
105+
.package(url: "https://github.com/garriguv/SQLiteMigrationManager.swift.git", from: "0.8.0")
106106
```
107107

108108
### CocoaPods

SQLiteMigrationManager iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.7.0</string>
18+
<string>0.8.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SQLiteMigrationManager macOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.7.0</string>
18+
<string>0.8.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

SQLiteMigrationManager.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SQLiteMigrationManager.swift"
3-
s.version = "0.7.0"
3+
s.version = "0.8.0"
44
s.summary = "Migration manager for SQLite.swift"
55
s.description = <<-DESC
66
Migration manager for SQLite.swift, based on FMDBMigrationManager.

0 commit comments

Comments
 (0)