summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-08-03 23:59:49 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-08-03 23:59:49 +0300
commitfed13816dd0b1e0f27672aac043f46b31bd958b7 (patch)
treeff018a840a09c8f027aa75e8bc62395f024d7c3e
parent22f11445e2ea9ebbe0aa0533afe81a92bb36d29d (diff)
Bump version to all workspace crates
-rw-r--r--melib/Cargo.toml2
-rw-r--r--testing/Cargo.toml2
-rw-r--r--text_processing/Cargo.toml2
-rw-r--r--ui/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/melib/Cargo.toml b/melib/Cargo.toml
index cd6ca801..0e53cc3c 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "melib"
-version = "0.0.1" #:version
+version = "0.2.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index a3bf118a..6880f205 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "testing"
-version = "0.0.1" #:version
+version = "0.2.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/text_processing/Cargo.toml b/text_processing/Cargo.toml
index 2074a00c..2f0b0f72 100644
--- a/text_processing/Cargo.toml
+++ b/text_processing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "text_processing"
-version = "0.0.1" #:version
+version = "0.2.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/ui/Cargo.toml b/ui/Cargo.toml
index 2ee5de96..f6ae9f5c 100644
--- a/ui/Cargo.toml
+++ b/ui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ui"
-version = "0.0.1" #:version
+version = "0.2.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"