From d43f83397ec75a158fdd86bc37b02f325facf0d7 Mon Sep 17 00:00:00 2001 From: Vincent Garrigues Date: Wed, 20 Sep 2023 09:34:34 +0200 Subject: [PATCH] Set version to 0.8.2 --- CHANGELOG.md | 4 ++++ README.md | 2 +- SQLiteMigrationManager iOS/Info.plist | 2 +- SQLiteMigrationManager macOS/Info.plist | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6f3e1..229b5f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/README.md b/README.md index ebc8273..64381a5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/SQLiteMigrationManager iOS/Info.plist b/SQLiteMigrationManager iOS/Info.plist index 093aab3..9ea9201 100644 --- a/SQLiteMigrationManager iOS/Info.plist +++ b/SQLiteMigrationManager iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.8.1 + 0.8.2 CFBundleSignature ???? CFBundleVersion diff --git a/SQLiteMigrationManager macOS/Info.plist b/SQLiteMigrationManager macOS/Info.plist index 122e143..299d4a2 100644 --- a/SQLiteMigrationManager macOS/Info.plist +++ b/SQLiteMigrationManager macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.8.1 + 0.8.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright