File tree 3 files changed +3
-3
lines changed
SQLiteMigrationManager iOS
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ SQLiteMigrationManager.swift is availabel through [Swift Package Manager](https:
122
122
To install it, add the following dependency to your ` Package.swift ` file:
123
123
124
124
``` swift
125
- .package (url : " https://github.com/garriguv/SQLiteMigrationManager.swift.git" , from : " 0.5 .0" )
125
+ .package (url : " https://github.com/garriguv/SQLiteMigrationManager.swift.git" , from : " 0.6 .0" )
126
126
```
127
127
128
128
## Contributing
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.5 .0 </string >
18
+ <string >0.6 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SQLiteMigrationManager.swift"
3
- s . version = "0.5 .0"
3
+ s . version = "0.6 .0"
4
4
s . summary = "Migration manager for SQLite.swift"
5
5
s . description = <<-DESC
6
6
Migration manager for SQLite.swift, based on FMDBMigrationManager.
You can’t perform that action at this time.
0 commit comments