Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
breaking changes by introducing errors means bumping major version.
  • Loading branch information
marzvrover committed Dec 22, 2020
1 parent 99743c7 commit 874be41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can easily add as a requirement with [SwiftPM](https://swift.org/package-man
Here are some quick copypastas for you

```swift
.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "1.0.0"),
.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "2.0.0"),
```
```swift
.product(name: "DotEnv", package: "DotEnv"),
Expand All @@ -43,7 +43,7 @@ let package = Package(
targets: ["SuperCoolProject"]),
],
dependencies: [
.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "1.0.0"),
.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "2.0.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 874be41

Please sign in to comment.