Skip to content

Commit 874be41

Browse files
committed
Bump Version
breaking changes by introducing errors means bumping major version.
1 parent 99743c7 commit 874be41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can easily add as a requirement with [SwiftPM](https://swift.org/package-man
1919
Here are some quick copypastas for you
2020

2121
```swift
22-
.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "1.0.0"),
22+
.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "2.0.0"),
2323
```
2424
```swift
2525
.product(name: "DotEnv", package: "DotEnv"),
@@ -43,7 +43,7 @@ let package = Package(
4343
targets: ["SuperCoolProject"]),
4444
],
4545
dependencies: [
46-
.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "1.0.0"),
46+
.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "2.0.0"),
4747
],
4848
targets: [
4949
.target(

0 commit comments

Comments
 (0)