Skip to content

Commit

Permalink
Bump version to 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed May 23, 2024
1 parent 6601b3c commit 011764a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 = "1.2.1"
version = "1.4.0"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion jaq-interpret/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq-interpret"
version = "1.2.1"
version = "1.4.0"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions jaq-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq-std"
version = "1.2.1"
version = "1.4.0"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand All @@ -24,5 +24,5 @@ bincode = { version = "1.3.3", optional = true }

[dev-dependencies]
jaq-interpret = { version = "1.2.0", path = "../jaq-interpret" }
jaq-core = { version = "1.2.0", path = "../jaq-core" }
jaq-core = { version = "1.4.0", path = "../jaq-core" }
serde_json = "1.0"
2 changes: 1 addition & 1 deletion jaq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq"
version = "1.3.0"
version = "1.4.0"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 011764a

Please sign in to comment.