Skip to content

Commit 9babffb

Browse files
authored
Merge pull request #8 from Shopify/ah.bump-version
Bump version to 0.2.0
2 parents 6067242 + 94ab068 commit 9babffb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "script-runner"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and add the `script-runner` command to your path.
2828
### Usage
2929
```
3030
$ script-runner --help
31-
script-runner 0.1.0
31+
script-runner 0.2.0
3232
3333
Simple script runner which takes JSON as a convenience
3434

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use wasmtime_wasi::sync::WasiCtxBuilder;
77

88
/// Simple script runner which takes JSON as a convenience.
99
#[derive(Parser)]
10-
#[clap(version = "0.1.0")]
10+
#[clap(version = "0.2.0")]
1111
struct Opts {
1212
/// Path to wasm/wat script
1313
#[clap(short, long, default_value = "script.wasm")]

0 commit comments

Comments
 (0)