summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-26 14:11:24 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-26 14:11:24 +0300
commitfa121820f788de97a2ee292b8ce7557d0640a607 (patch)
treef298043d8c44eaa173160af11f31f4f2646c094e
parent8c78f118e4a9b74f1236970d04db15385d6b6e98 (diff)
Bump version to 0.3.1
-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 f5668ae9..57534bbb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "meli"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
edition = "2018"
diff --git a/melib/Cargo.toml b/melib/Cargo.toml
index e8b8bf19..f10531fa 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "melib"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index 21047b6d..2c1846b4 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "testing"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/text_processing/Cargo.toml b/text_processing/Cargo.toml
index 2bacbaeb..9f5591f0 100644
--- a/text_processing/Cargo.toml
+++ b/text_processing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "text_processing"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/ui/Cargo.toml b/ui/Cargo.toml
index 7e830eaf..99b75207 100644
--- a/ui/Cargo.toml
+++ b/ui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ui"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"