We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99743c7 commit 874be41Copy full SHA for 874be41
README.md
@@ -19,7 +19,7 @@ You can easily add as a requirement with [SwiftPM](https://swift.org/package-man
19
Here are some quick copypastas for you
20
21
```swift
22
-.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "1.0.0"),
+.package(url: "https://github.com/swiftpackages/DotEnv.git", from: "2.0.0"),
23
```
24
25
.product(name: "DotEnv", package: "DotEnv"),
@@ -43,7 +43,7 @@ let package = Package(
43
targets: ["SuperCoolProject"]),
44
],
45
dependencies: [
46
- .package(url: "https://github.com/swiftpackages/DotEnv.git", from: "1.0.0"),
+ .package(url: "https://github.com/swiftpackages/DotEnv.git", from: "2.0.0"),
47
48
targets: [
49
.target(
0 commit comments