Skip to content

Commit

Permalink
chore(release) Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jul 16, 2019
1 parent 9293fdd commit 605a12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
publish = false
name = "go-ext-wasm"
version = "0.1.0"
version = "0.2.0"
authors = ["Ivan Enderlin <[email protected]>"]
edition = "2018"
description = "Go library to run WebAssembly binaries"
Expand Down
2 changes: 1 addition & 1 deletion go-wasmer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
app := cli.NewApp()
app.Name = "go-wasmer"
app.Usage = "Run WebAssembly binaries."
app.Version = "0.1.0"
app.Version = "0.2.0"

app.Commands = []cli.Command{
{
Expand Down

0 comments on commit 605a12a

Please sign in to comment.