Skip to content

Commit

Permalink
Set version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garriguv committed May 1, 2019
1 parent 221d6c4 commit ecd16bf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Change Log

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

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

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

* Update SQLite.swift to `0.11.6`
* Update SQLite.swift to `0.11.6`.
* Compatible with Xcode `10.2`.

## [0.5.0](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ SQLiteMigrationManager.swift is availabel 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.6.0")
.package(url: "https://github.com/garriguv/SQLiteMigrationManager.swift.git", from: "0.7.0")
```

## Contributing
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.6.1</string>
<string>0.7.0</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.6.1</string>
<string>0.7.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion SQLiteMigrationManager.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SQLiteMigrationManager.swift"
s.version = "0.6.1"
s.version = "0.7.0"
s.summary = "Migration manager for SQLite.swift"
s.description = <<-DESC
Migration manager for SQLite.swift, based on FMDBMigrationManager.
Expand Down

0 comments on commit ecd16bf

Please sign in to comment.