Skip to content

Commit

Permalink
Set version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garriguv committed Feb 2, 2019
1 parent 0805fd1 commit a716a87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

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

* Add macOS support (@nickgzzjr & @misteral).
* Reorganize project to support additional platforms in the future.

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

* Swift 4.2 support.
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.4.0")
.package(url: "https://github.com/garriguv/SQLiteMigrationManager.swift.git", from: "0.5.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.4.0</string>
<string>0.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</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.4.0"
s.version = "0.5.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 a716a87

Please sign in to comment.