From cadada47662cdd4907dc6503149a447bb51d92c8 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 1 Apr 2020 21:27:39 +0200 Subject: [PATCH] Set version to 0.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5cc90888..d348225d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "ruma-federation-api" readme = "README.md" repository = "https://github.com/ruma/ruma-federation-api" -version = "0.1.0" +version = "0.0.1" [dependencies] js_int = "0.1.3"