Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
load1n9 committed Sep 18, 2023
1 parent a4b9343 commit 3f33d60
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whistle_ast"
version = "0.1.0"
version = "0.1.1"
authors = ["the Whistle authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whistle_cli"
version = "0.1.0"
version = "0.1.1"
authors = ["the Whistle authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "whistle_common"
version = "0.1.0"
version = "0.1.1"
authors = ["the Whistle authors"]
edition = "2021"
2 changes: 1 addition & 1 deletion compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whistle_compiler"
version = "0.1.0"
version = "0.1.1"
authors = ["the Whistle authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion lexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whistle_lexer"
version = "0.1.0"
version = "0.1.1"
authors = ["the Whistle authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whistle_parser"
version = "0.1.0"
version = "0.1.1"
authors = ["the Whistle authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion preprocessor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whistle_preprocessor"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Binary file removed test.wasm
Binary file not shown.

0 comments on commit 3f33d60

Please sign in to comment.