Skip to content

Commit

Permalink
chore(version): bump development version
Browse files Browse the repository at this point in the history
  • Loading branch information
imsnif committed Sep 15, 2021
1 parent 1868816 commit 0f3590a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zellij"
version = "0.17.0"
version = "0.18.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018"
description = "A terminal workspace with batteries included"
Expand All @@ -14,9 +14,9 @@ resolver = "2"

[dependencies]
names = "0.11.0"
zellij-client = { path = "zellij-client/", version = "0.17.0" }
zellij-server = { path = "zellij-server/", version = "0.17.0" }
zellij-utils = { path = "zellij-utils/", version = "0.17.0" }
zellij-client = { path = "zellij-client/", version = "0.18.0" }
zellij-server = { path = "zellij-server/", version = "0.18.0" }
zellij-utils = { path = "zellij-utils/", version = "0.18.0" }
log = "0.4.14"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions zellij-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
version = "0.17.0"
version = "0.18.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2018"
description = "The client-side library for Zellij"
Expand All @@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
mio = "0.7.11"
termbg = "0.2.3"
zellij-utils = { path = "../zellij-utils/", version = "0.17.0" }
zellij-utils = { path = "../zellij-utils/", version = "0.18.0" }
log = "0.4.14"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions zellij-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zellij-server"
version = "0.17.0"
version = "0.18.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2018"
description = "The server-side library for Zellij"
Expand All @@ -19,7 +19,7 @@ unicode-width = "0.1.8"
wasmer = "1.0.0"
wasmer-wasi = "1.0.0"
cassowary = "0.3.0"
zellij-utils = { path = "../zellij-utils/", version = "0.17.0" }
zellij-utils = { path = "../zellij-utils/", version = "0.18.0" }
log = "0.4.14"
typetag = "0.1.7"
chrono = "0.4.19"
Expand Down
2 changes: 1 addition & 1 deletion zellij-tile-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zellij-tile-utils"
version = "0.17.0"
version = "0.18.0"
authors = ["denis <denismaximov98@gmail.com>"]
edition = "2018"
description = "A utility library for Zellij plugins"
Expand Down
2 changes: 1 addition & 1 deletion zellij-tile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zellij-tile"
version = "0.17.0"
version = "0.18.0"
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
edition = "2018"
description = "A small client-side library for writing Zellij plugins"
Expand Down
4 changes: 2 additions & 2 deletions zellij-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zellij-utils"
version = "0.17.0"
version = "0.18.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2018"
description = "A utility library for Zellij client and server"
Expand All @@ -27,7 +27,7 @@ structopt = "0.3"
strum = "0.20.0"
termion = "1.5.0"
vte = "0.10.1"
zellij-tile = { path = "../zellij-tile/", version = "0.17.0" }
zellij-tile = { path = "../zellij-tile/", version = "0.18.0" }
log = "0.4.14"
log4rs = "1.0.0"
unicode-width = "0.1.8"
Expand Down

0 comments on commit 0f3590a

Please sign in to comment.