Skip to content

Commit d0852d9

Browse files
committed
Bump version to 1.3.0.
1 parent ceae83f commit d0852d9

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jaq-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jaq-core"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Michael Färber <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

jaq-interpret/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jaq-interpret"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Michael Färber <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

jaq-parse/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jaq-parse"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = ["Michael Färber <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

jaq-std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jaq-std"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Michael Färber <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

jaq/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jaq"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Michael Färber <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)