Skip to content

Commit 9867637

Browse files
committed
Version 0.2.0
1 parent 57d2efd commit 9867637

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.2.0
6+
57
### Added
68

79
- Added missing basic options to `SwiftyESBuild.RunOption`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
First, you need to add `SwiftyESBuild` as a dependency in your project's `Package.swift`:
1414

1515
```swift
16-
.package(url: "https://github.com/tuist/SwiftyESBuild.git", .upToNextMinor(from: "0.1.0"))
16+
.package(url: "https://github.com/tuist/SwiftyESBuild.git", .upToNextMinor(from: "0.2.0"))
1717
```
1818

1919
Once added, you'll create an instance of `SwiftyESBuild` specifying the version you'd like to use and where you'd like it to be downloaded.

Sources/SwiftyESBuild/Documentation.docc/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
First, you need to add `SwiftyESBuild` as a dependency in your project's `Package.swift`:
99

1010
```swift
11-
.package(url: "https://github.com/tuist/SwiftyESBuild.git", .upToNextMinor(from: "0.1.0"))
11+
.package(url: "https://github.com/tuist/SwiftyESBuild.git", .upToNextMinor(from: "0.2.0"))
1212
```
1313

1414
Once added, you'll create an instance of `SwiftyESBuild` specifying the version you'd like to use and where you'd like it to be downloaded.

0 commit comments

Comments
 (0)