Skip to content

Commit

Permalink
meta: version bump! bond release
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Nov 27, 2020
1 parent a97ffeb commit bdfd82c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/lam-beam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lam-beam"
description = "LAM .beam file support"
version = "0.0.6"
version = "0.0.7"
authors = ["Leandro Ostera <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/lam-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lam-bin"
description = "LAM command line interface"
version = "0.0.6"
version = "0.0.7"
authors = ["Leandro Ostera <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/lam-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lam-compiler"
description = "LAM compiler and code generation"
version = "0.0.6"
version = "0.0.7"
authors = ["Leandro Ostera <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/lam-emu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lam-emu"
description = "LAM emulator"
version = "0.0.6"
version = "0.0.7"
authors = ["Leandro Ostera <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/lam-rts-native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lam-rts-native"
description = "LAM's Native Runtime System"
version = "0.0.6"
version = "0.0.7"
authors = ["Leandro Ostera <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/lam-rts-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lam-rts-wasm"
description = "LAM's WASM Runtime System"
version = "0.0.6"
version = "0.0.7"
authors = ["Leandro Ostera <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/lam-rts-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lam-rts-web"
description = "LAM's Web Runtime System"
version = "0.0.6"
version = "0.0.7"
authors = ["Leandro Ostera <[email protected]>"]
edition = "2018"
publish = false
Expand Down

0 comments on commit bdfd82c

Please sign in to comment.