Skip to content

Commit d43f833

Browse files
committed
Set version to 0.8.2
1 parent 48fba03 commit d43f833

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

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+
37
## [0.8.1](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.8.1)
48

59
* Update SQLite.swift to `0.13.3`.

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.1")
105+
.package(url: "https://github.com/garriguv/SQLiteMigrationManager.swift.git", from: "0.8.2")
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.1</string>
18+
<string>0.8.2</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.1</string>
18+
<string>0.8.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)