Skip to content

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 16, 2024
1 parent 1327616 commit c9d8a6b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT_NAME = MultipartFormDataParser

ver = 2.3.0
ver = 2.3.1

.SILENT:

Expand Down
8 changes: 4 additions & 4 deletions MultipartFormDataParser.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import PackageDescription

let isDevelop = true
let isDevelop = false
let isApplePlatform: Bool = {
#if canImport(Darwin)
true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
]
```

Expand Down

0 comments on commit c9d8a6b

Please sign in to comment.