summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-28 12:25:44 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-28 12:25:44 +0300
commitb7edec02746e2a22da5242594fa63b46cac3ab9e (patch)
tree5289e1d27647e6101db7e5183914648227ec3f39
parent47d60f480abe3827f66d59ae464867a228c58446 (diff)
Bump version to 0.3.2make-debug-tracing-available
-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 57534bbb..168a6028 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "meli"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
edition = "2018"
diff --git a/melib/Cargo.toml b/melib/Cargo.toml
index 296ce3f2..ca42fdf7 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "melib"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index 2c1846b4..37c12ee9 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "testing"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/text_processing/Cargo.toml b/text_processing/Cargo.toml
index 9f5591f0..a0efc037 100644
--- a/text_processing/Cargo.toml
+++ b/text_processing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "text_processing"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"
diff --git a/ui/Cargo.toml b/ui/Cargo.toml
index a2eb9707..6e24909e 100644
--- a/ui/Cargo.toml
+++ b/ui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ui"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
edition = "2018"