diff --git a/lib/lam-beam/Cargo.toml b/lib/lam-beam/Cargo.toml index f41b154..da1d0d0 100644 --- a/lib/lam-beam/Cargo.toml +++ b/lib/lam-beam/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lam-beam" description = "LAM .beam file support" -version = "0.0.6" +version = "0.0.7" authors = ["Leandro Ostera "] edition = "2018" publish = false diff --git a/lib/lam-bin/Cargo.toml b/lib/lam-bin/Cargo.toml index 1a4f1db..0bf764b 100644 --- a/lib/lam-bin/Cargo.toml +++ b/lib/lam-bin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lam-bin" description = "LAM command line interface" -version = "0.0.6" +version = "0.0.7" authors = ["Leandro Ostera "] edition = "2018" publish = false diff --git a/lib/lam-compiler/Cargo.toml b/lib/lam-compiler/Cargo.toml index 066478b..01ce6eb 100644 --- a/lib/lam-compiler/Cargo.toml +++ b/lib/lam-compiler/Cargo.toml @@ -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 "] edition = "2018" publish = false diff --git a/lib/lam-emu/Cargo.toml b/lib/lam-emu/Cargo.toml index d27d107..7b3398f 100644 --- a/lib/lam-emu/Cargo.toml +++ b/lib/lam-emu/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lam-emu" description = "LAM emulator" -version = "0.0.6" +version = "0.0.7" authors = ["Leandro Ostera "] edition = "2018" publish = false diff --git a/lib/lam-rts-native/Cargo.toml b/lib/lam-rts-native/Cargo.toml index 41eeb6a..9a91f3c 100644 --- a/lib/lam-rts-native/Cargo.toml +++ b/lib/lam-rts-native/Cargo.toml @@ -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 "] edition = "2018" publish = false diff --git a/lib/lam-rts-wasm/Cargo.toml b/lib/lam-rts-wasm/Cargo.toml index e16fdf9..4c4e173 100644 --- a/lib/lam-rts-wasm/Cargo.toml +++ b/lib/lam-rts-wasm/Cargo.toml @@ -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 "] edition = "2018" publish = false diff --git a/lib/lam-rts-web/Cargo.toml b/lib/lam-rts-web/Cargo.toml index 0cd9f32..bc58011 100644 --- a/lib/lam-rts-web/Cargo.toml +++ b/lib/lam-rts-web/Cargo.toml @@ -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 "] edition = "2018" publish = false