summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-04-20 00:23:01 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-04-20 00:23:01 +0100
commit3d6312938fa8f890df1900b0b37c45626b388327 (patch)
treef07b8fe9453acac8b209112c5bb68c8e224d2a1d
parentfee999ec40b469564e65c8c551f463805003ba6d (diff)
chore(release): bump version and add some pre-release info
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml5
2 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c668594a2..dda0d37d0 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 e6d5dfbb1..cbf26ce1e 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 <aram@poor.dev>"]
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