Skip to content

Commit c5424eb

Browse files
authored
Bump version number in README.md
1 parent 18a5328 commit c5424eb

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
@@ -55,7 +55,7 @@ The resultant images are stored in a directory named `output`. The `Tests` fold
5555
Add the library to your projects dependencies in the Package.swift file as shown below.
5656
```swift
5757
dependencies: [
58-
.package(url: "https://github.com/KarthikRIyer/swiftplot.git", .branch("master")),
58+
.package(url: "https://github.com/KarthikRIyer/swiftplot.git", from: "2.0.0")),
5959
],
6060
```
6161

@@ -79,7 +79,7 @@ Add these lines to the first cell:
7979
```swift
8080
%install-swiftpm-flags -Xcc -isystem/usr/include/freetype2 -Xswiftc -lfreetype
8181
%install '.package(url: "https://github.com/IBM-Swift/BlueCryptor.git", from: "1.0.28")' Cryptor
82-
%install '.package(url: "https://github.com/KarthikRIyer/swiftplot", .branch("master"))' SwiftPlot AGGRenderer
82+
%install '.package(url: "https://github.com/KarthikRIyer/swiftplot", from: "2.0.0")' SwiftPlot AGGRenderer
8383
```
8484
In order to display the generated plot in the notebook, add this line to a new cell:
8585
```swift

0 commit comments

Comments
 (0)