Skip to content

Commit a716a87

Browse files
committed
Set version to 0.5.0
1 parent 0805fd1 commit a716a87

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.5.0)
4+
5+
* Add macOS support (@nickgzzjr & @misteral).
6+
* Reorganize project to support additional platforms in the future.
7+
38
## [0.4.0](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.4.0)
49

510
* Swift 4.2 support.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ SQLiteMigrationManager.swift is availabel through [Swift Package Manager](https:
122122
To install it, add the following dependency to your `Package.swift` file:
123123

124124
```swift
125-
.package(url: "https://github.com/garriguv/SQLiteMigrationManager.swift.git", from: "0.4.0")
125+
.package(url: "https://github.com/garriguv/SQLiteMigrationManager.swift.git", from: "0.5.0")
126126
```
127127

128128
## Contributing

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.4.0</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

SQLiteMigrationManager.swift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SQLiteMigrationManager.swift"
3-
s.version = "0.4.0"
3+
s.version = "0.5.0"
44
s.summary = "Migration manager for SQLite.swift"
55
s.description = <<-DESC
66
Migration manager for SQLite.swift, based on FMDBMigrationManager.

0 commit comments

Comments
 (0)