Skip to content

Commit

Permalink
Set version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garriguv committed Sep 20, 2023
1 parent 48fba03 commit d43f833
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.8.2](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.8.2)

* Update SQLite.swift to `0.14.1` (@orestesgaolin)

## [0.8.1](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.8.1)

* Update SQLite.swift to `0.13.3`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ SQLiteMigrationManager.swift is available through [Swift Package Manager](https:
To install it, add the following dependency to your `Package.swift` file:

```swift
.package(url: "https://github.com/garriguv/SQLiteMigrationManager.swift.git", from: "0.8.1")
.package(url: "https://github.com/garriguv/SQLiteMigrationManager.swift.git", from: "0.8.2")
```

### CocoaPods
Expand Down
2 changes: 1 addition & 1 deletion SQLiteMigrationManager iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.8.1</string>
<string>0.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SQLiteMigrationManager macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.8.1</string>
<string>0.8.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit d43f833

Please sign in to comment.