Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubdabek committed Jul 5, 2020
1 parent 2734005 commit eada466
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 92 deletions.
165 changes: 78 additions & 87 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gembiler"
version = "0.2.1"
version = "0.3.0"
authors = ["Jakub Dąbek <[email protected]>"]
edition = "2018"
default-run = "gembiler"
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 = "parser"
version = "0.2.1"
version = "0.3.0"
authors = ["Jakub Dąbek <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion playground/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playground"
version = "0.2.1"
version = "0.3.0"
authors = ["Jakub Dąbek <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion test-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-data"
version = "0.2.1"
version = "0.3.0"
authors = ["Jakub Dąbek <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion virtual-machine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virtual-machine"
version = "0.2.1"
version = "0.3.0"
authors = ["Jakub Dąbek <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit eada466

Please sign in to comment.