diff --git a/Cargo.lock b/Cargo.lock index c668594a..dda0d37d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2184,7 +2184,7 @@ dependencies = [ [[package]] name = "zellij" -version = "0.3.3" +version = "0.5.0-beta" dependencies = [ "ansi_term 0.12.1", "async-std", diff --git a/Cargo.toml b/Cargo.toml index e6d5dfbb..cbf26ce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "zellij" -version = "0.3.3" +version = "0.5.0-beta" authors = ["Aram Drevekenin "] edition = "2018" -description = "Terminal workspace (WIP)" +description = "A terminal workspace with batteries included" license = "MIT" repository = "https://github.com/zellij-org/zellij" +homepage = "https://zellij.dev" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html