Skip to content

Commit 1ae71f0

Browse files
committed
Set version to 0.8.1
1 parent 5d2af5c commit 1ae71f0

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [0.8.1](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.8.1)
4+
5+
* Update SQLite.swift to `0.13.3`.
6+
* Add subspec compatible with SQLCipher (@liyuan116)
7+
38
## [0.8.0](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.8.0)
49

510
* Update SQLite.swift to `0.13.0`.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ SQLiteMigrationManager.swift is available 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.8.0")
105+
.package(url: "https://github.com/garriguv/SQLiteMigrationManager.swift.git", from: "0.8.1")
106106
```
107107

108108
### CocoaPods

SQLiteMigrationManager iOS/Info.plist

+1-1
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.8.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SQLiteMigrationManager macOS/Info.plist

+1-1
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.8.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)