summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-16 16:44:04 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-16 16:44:04 +0300
commit79212621aff403248df1b7f7b4d365a87742ff9c (patch)
treecb0ae33a59b36fd3f30a977e47edf940cc217e00
parent4aa34b24620026e51870e496517019429959ba60 (diff)
Bump version to 0.3.0
-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"