Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Aug 19, 2021
1 parent 482e74e commit 15c532d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ github "417-72KI/MultipartFormDataParser"

```swift
dependencies: [
.package(url: "https://github.com/417-72KI/MultipartFormDataParser.git", from: "1.1.1")
.package(url: "https://github.com/417-72KI/MultipartFormDataParser.git", from: "1.2.0")
]
```
2 changes: 1 addition & 1 deletion Sources/MultipartFormDataParser/Info.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation

enum Info {
static let version = "1.1.1"
static let version = "1.2.0"
}

0 comments on commit 15c532d

Please sign in to comment.