Skip to content

Commit

Permalink
Bump version number to 0.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kammerchorinnsbruck committed Oct 7, 2022
1 parent 37140b4 commit 82394a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 jaq-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq-core"
version = "0.8.1"
version = "0.8.2"
authors = ["Michael Färber <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion jaq-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jaq-parse = { version = "0.8.1", path = "../jaq-parse" }
bincode = { version = "1.3.3", optional = true }

[dev-dependencies]
jaq-core = { version = "0.8.1", path = "../jaq-core" }
jaq-core = { version = "0.8.2", path = "../jaq-core" }
serde_json = "1.0"
4 changes: 2 additions & 2 deletions jaq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq"
version = "0.8.1"
version = "0.8.2"
authors = ["Michael Färber <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -14,7 +14,7 @@ categories = ["command-line-utilities", "compilers", "parser-implementations"]
default = ["mimalloc"]

[dependencies]
jaq-core = { version = "0.8.1", path = "../jaq-core" }
jaq-core = { version = "0.8.2", path = "../jaq-core" }
jaq-std = { version = "0.8.1", path = "../jaq-std" }
ariadne = "0.1.5"
atty = "0.2"
Expand Down

0 comments on commit 82394a2

Please sign in to comment.