Skip to content

Commit bdfd82c

Browse files
committed
meta: version bump! bond release
1 parent a97ffeb commit bdfd82c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

lib/lam-beam/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lam-beam"
33
description = "LAM .beam file support"
4-
version = "0.0.6"
4+
version = "0.0.7"
55
authors = ["Leandro Ostera <leandro@ostera.io>"]
66
edition = "2018"
77
publish = false

lib/lam-bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lam-bin"
33
description = "LAM command line interface"
4-
version = "0.0.6"
4+
version = "0.0.7"
55
authors = ["Leandro Ostera <leandro@ostera.io>"]
66
edition = "2018"
77
publish = false

lib/lam-compiler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lam-compiler"
33
description = "LAM compiler and code generation"
4-
version = "0.0.6"
4+
version = "0.0.7"
55
authors = ["Leandro Ostera <leandro@ostera.io>"]
66
edition = "2018"
77
publish = false

lib/lam-emu/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lam-emu"
33
description = "LAM emulator"
4-
version = "0.0.6"
4+
version = "0.0.7"
55
authors = ["Leandro Ostera <leandro@ostera.io>"]
66
edition = "2018"
77
publish = false

lib/lam-rts-native/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lam-rts-native"
33
description = "LAM's Native Runtime System"
4-
version = "0.0.6"
4+
version = "0.0.7"
55
authors = ["Leandro Ostera <leandro@ostera.io>"]
66
edition = "2018"
77
publish = false

lib/lam-rts-wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lam-rts-wasm"
33
description = "LAM's WASM Runtime System"
4-
version = "0.0.6"
4+
version = "0.0.7"
55
authors = ["Leandro Ostera <leandro@ostera.io>"]
66
edition = "2018"
77
publish = false

lib/lam-rts-web/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lam-rts-web"
33
description = "LAM's Web Runtime System"
4-
version = "0.0.6"
4+
version = "0.0.7"
55
authors = ["Leandro Ostera <leandro@ostera.io>"]
66
edition = "2018"
77
publish = false

0 commit comments

Comments
 (0)