diff --git a/Cargo.lock b/Cargo.lock index 6d51546aa..38994f3de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -252,7 +252,7 @@ dependencies = [ [[package]] name = "helix-core" -version = "0.0.10" +version = "0.2.0" dependencies = [ "etcetera", "helix-syntax", @@ -272,7 +272,7 @@ dependencies = [ [[package]] name = "helix-lsp" -version = "0.0.10" +version = "0.2.0" dependencies = [ "anyhow", "futures-executor", @@ -290,7 +290,7 @@ dependencies = [ [[package]] name = "helix-syntax" -version = "0.0.10" +version = "0.2.0" dependencies = [ "cc", "serde", @@ -300,7 +300,7 @@ dependencies = [ [[package]] name = "helix-term" -version = "0.0.10" +version = "0.2.0" dependencies = [ "anyhow", "chrono", @@ -326,7 +326,7 @@ dependencies = [ [[package]] name = "helix-tui" -version = "0.0.10" +version = "0.2.0" dependencies = [ "bitflags", "cassowary", @@ -338,7 +338,7 @@ dependencies = [ [[package]] name = "helix-view" -version = "0.0.10" +version = "0.2.0" dependencies = [ "anyhow", "crossterm", diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 84886aa66..e44eed612 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helix-core" -version = "0.0.10" +version = "0.2.0" authors = ["Blaž Hrastnik "] edition = "2018" license = "MPL-2.0" diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index 1384ce677..bcd18a383 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helix-lsp" -version = "0.0.10" +version = "0.2.0" authors = ["Blaž Hrastnik "] edition = "2018" license = "MPL-2.0" diff --git a/helix-syntax/Cargo.toml b/helix-syntax/Cargo.toml index 293731cb3..472b56c0e 100644 --- a/helix-syntax/Cargo.toml +++ b/helix-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helix-syntax" -version = "0.0.10" +version = "0.2.0" authors = ["Blaž Hrastnik "] edition = "2018" license = "MPL-2.0" diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 13fa23bfc..4c650b413 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helix-term" -version = "0.0.10" +version = "0.2.0" description = "A post-modern text editor." authors = ["Blaž Hrastnik "] edition = "2018" diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml index d819fea15..19b2edcb8 100644 --- a/helix-tui/Cargo.toml +++ b/helix-tui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helix-tui" -version = "0.0.10" +version = "0.2.0" authors = ["Blaž Hrastnik "] description = """ A library to build rich terminal user interfaces or dashboards diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 9bac60e49..96b7d9a37 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helix-view" -version = "0.0.10" +version = "0.2.0" authors = ["Blaž Hrastnik "] edition = "2018" license = "MPL-2.0"