Skip to content

Commit 5119723

Browse files
Start developing 0.1.6 (#7)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: termoshtt <[email protected]>
1 parent 763213e commit 5119723

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["katexit", "katexit-example", "katexit-example-nightly"]
33

44
[workspace.package]
5-
version = "0.1.5"
5+
version = "0.1.6"
66
edition = "2018"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/termoshtt/katexit"

katexit-example-nightly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ readme.workspace = true
99
repository.workspace = true
1010

1111
[dependencies.katexit]
12-
version = "0.1.5"
12+
version = "0.1.6"
1313
path = "../katexit"

katexit-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ readme.workspace = true
1010
repository.workspace = true
1111

1212
[dependencies.katexit]
13-
version = "0.1.5"
13+
version = "0.1.6"
1414
path = "../katexit"

0 commit comments

Comments
 (0)