diff --git a/CoreDataCodable.podspec b/CoreDataCodable.podspec index 77fb902..1265c12 100644 --- a/CoreDataCodable.podspec +++ b/CoreDataCodable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CoreDataCodable" - spec.version = "1.0.2" + spec.version = "1.1.0" spec.summary = "Make NSManagedObject and Core Data interoperate with Swift's Decodable" spec.description = <<-DESC diff --git a/CoreDataCodable/Info.plist b/CoreDataCodable/Info.plist index e1fe4cf..a4cf4c4 100644 --- a/CoreDataCodable/Info.plist +++ b/CoreDataCodable/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 1.1.0 CFBundleVersion $(CURRENT_PROJECT_VERSION)