summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-10-30 22:15:50 -0600
committerColin Reeder <colin@vpzom.click>2020-10-30 22:15:50 -0600
commitd8a454feb87bfce0bc60289d8049e630a8a77670 (patch)
tree48bff12aee777eb871f78cdaba4444a9265ff10c
parentc0668f9840df0eade09a56526a1c1691a06a41a1 (diff)
Bump version to 0.8.0-pre
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c487ac8..cab5f2e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1039,7 +1039,7 @@ dependencies = [
[[package]]
name = "lotide"
-version = "0.7.0-pre"
+version = "0.8.0-pre"
dependencies = [
"activitystreams",
"activitystreams-ext",
diff --git a/Cargo.toml b/Cargo.toml
index c847cd0..73bd856 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lotide"
-version = "0.7.0-pre"
+version = "0.8.0-pre"
authors = ["Colin Reeder <colin@vpzom.click>"]
edition = "2018"
license = "AGPL-3.0-or-later"