diff --git a/Makefile b/Makefile index c99dfb8..04f40c0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECT_NAME = MultipartFormDataParser -ver = 2.3.0 +ver = 2.3.1 .SILENT: diff --git a/MultipartFormDataParser.podspec b/MultipartFormDataParser.podspec index dd65790..6bf9265 100644 --- a/MultipartFormDataParser.podspec +++ b/MultipartFormDataParser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "MultipartFormDataParser" - spec.version = "2.3.0" + spec.version = "2.3.1" spec.summary = "Mocking UserDefaults for tests" spec.description = <<-DESC @@ -15,9 +15,9 @@ Pod::Spec.new do |spec| spec.author = { "417.72KI" => "417.72ki@gmail.com" } spec.social_media_url = "https://twitter.com/417_72ki" - spec.osx.deployment_target = "12.0" - spec.ios.deployment_target = "15.0" - spec.tvos.deployment_target = "15.0" + spec.osx.deployment_target = "13.0" + spec.ios.deployment_target = "16.0" + spec.tvos.deployment_target = "16.0" spec.requires_arc = true diff --git a/Package.swift b/Package.swift index b745b59..b133c70 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription -let isDevelop = true +let isDevelop = false let isApplePlatform: Bool = { #if canImport(Darwin) true diff --git a/README.md b/README.md index 372483b..1559ee7 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Package.swift ```swift dependencies: [ - .package(url: "https://github.com/417-72KI/MultipartFormDataParser.git", from: "2.3.0") + .package(url: "https://github.com/417-72KI/MultipartFormDataParser.git", from: "2.3.1") ] ```