Skip to content

Commit 48fba03

Browse files
Update SQLite to 0.14.1 (#47)
Co-authored-by: Vincent Garrigues <[email protected]>
1 parent 977be0b commit 48fba03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SQLiteMigrationManager.swift.podspec

+3-3
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.8.1"
3+
s.version = "0.8.2"
44
s.summary = "Migration manager for SQLite.swift"
55
s.description = <<-DESC
66
Migration manager for SQLite.swift, based on FMDBMigrationManager.
@@ -20,12 +20,12 @@ Pod::Spec.new do |s|
2020

2121
s.subspec 'standard' do |ss|
2222
ss.source_files = "Sources"
23-
ss.dependency "SQLite.swift", "~> 0.13.0"
23+
ss.dependency "SQLite.swift", "~> 0.14.1"
2424
end
2525

2626
s.subspec 'SQLCipher' do |ss|
2727
ss.source_files = "Sources"
28-
ss.dependency "SQLite.swift/SQLCipher", "~> 0.13.0"
28+
ss.dependency "SQLite.swift/SQLCipher", "~> 0.14.1"
2929
end
3030

3131
end

0 commit comments

Comments
 (0)