summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2021-07-02 00:41:32 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2021-07-02 00:41:32 +0800
commit9a1adc8a04caa054437f51a8a714096c009a3555 (patch)
tree9b553b7a3877cba773cac63226704a118e323652
parent91f6b8ce01c3746049c1162aac8cd073e9191462 (diff)
Prepare for 0.5.0 release0.5.0
-rw-r--r--svgbob/Cargo.toml2
-rw-r--r--svgbob_cli/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/svgbob/Cargo.toml b/svgbob/Cargo.toml
index 28967a9..fd98b85 100644
--- a/svgbob/Cargo.toml
+++ b/svgbob/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "svgbob"
-version = "0.5.0-alpha.12"
+version = "0.5.0"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
edition = "2018"
description = "Transform your ascii diagrams into happy little SVG"
diff --git a/svgbob_cli/Cargo.toml b/svgbob_cli/Cargo.toml
index 2f4d3a4..876a4b7 100644
--- a/svgbob_cli/Cargo.toml
+++ b/svgbob_cli/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "svgbob_cli"
-version = "0.5.0-alpha.8"
+version = "0.5.0"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbobrus"