summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-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
5 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4c83aaf4..bbf74763 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "meli"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
edition = "2018"
diff --git a/melib/Cargo.toml b/melib/Cargo.toml
index c1072ec6..b76f43d0 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "melib"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index 22ba9a59..249c3968 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "testing"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/text_processing/Cargo.toml b/text_processing/Cargo.toml
index 2f0b0f72..2bacbaeb 100644
--- a/text_processing/Cargo.toml
+++ b/text_processing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "text_processing"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/ui/Cargo.toml b/ui/Cargo.toml
index 60364009..05d643a5 100644
--- a/ui/Cargo.toml
+++ b/ui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ui"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"