Skip to content

Commit

Permalink
Bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 6, 2023
1 parent 4979694 commit d64f027
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1.1
ver = 2.1.2

.SILENT:

Expand Down
2 changes: 1 addition & 1 deletion 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.1.1"
spec.version = "2.1.2"
spec.summary = "Mocking UserDefaults for tests"

spec.description = <<-DESC
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 @@ -68,7 +68,7 @@ Package.swift

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

Expand Down

0 comments on commit d64f027

Please sign in to comment.