bump CoreStore and Swift compiler versions

This commit is contained in:
John Estropia
2023-10-03 11:25:56 +09:00
parent 0ee4dc89aa
commit 9045fbbf1b
5 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "CoreStore"
s.version = "9.1.0"
s.swift_version = "5.7"
s.version = "9.2.0"
s.swift_version = "5.9"
s.license = "MIT"
s.homepage = "https://github.com/JohnEstropia/CoreStore"
s.documentation_url = "https://JohnEstropia.github.io/CoreStore"