Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Aug 1, 2023
1 parent 776390f commit c4a714e
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.0.1
ver = 2.0.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.0.1"
spec.version = "2.0.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 testDependencies: [Package.Dependency] = isRelease
? []
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.1")
.package(url: "https://github.com/417-72KI/MultipartFormDataParser.git", from: "2.0.2")
]
```

Expand Down

0 comments on commit c4a714e

Please sign in to comment.