Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel authored Feb 16, 2021
1 parent dd5edda commit a79bfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use `WasmInterpreter` with the Swift Package Manager, add a dependency to you

```swift
dependencies: [
package(name: "WasmInterpreter", url: "https://github.com/shareup/wasm-interpreter-apple.git", .upToNextMinor(from: "0.2.3")),
package(name: "WasmInterpreter", url: "https://github.com/shareup/wasm-interpreter-apple.git", .upToNextMinor(from: "0.3.0")),
],
```

Expand Down

0 comments on commit a79bfc7

Please sign in to comment.