Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Aug 18, 2023
1 parent b150066 commit efb84cf
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.0.2
ver = 2.1.0

.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.0.2"
spec.version = "2.1.0"
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 = "10.14"
spec.ios.deployment_target = "11.0"
spec.tvos.deployment_target = "11.0"
spec.osx.deployment_target = "12.0"
spec.ios.deployment_target = "15.0"
spec.tvos.deployment_target = "15.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 isRelease = false
let isRelease = true
let isLinux: Bool = {
#if os(Linux)
return true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ stub(condition: condition) { request in

```swift
dependencies: [
.package(url: "https://github.com/417-72KI/MultipartFormDataParser.git", from: "2.0.2")
.package(url: "https://github.com/417-72KI/MultipartFormDataParser.git", from: "2.1.0")
]
```

Expand Down

0 comments on commit efb84cf

Please sign in to comment.