From 0286beb89ce155d4ec1ee3f8a5f7351a25f06219 Mon Sep 17 00:00:00 2001 From: Anders Olsson Date: Fri, 25 Sep 2020 07:41:45 +0200 Subject: [PATCH] Bump version. --- txtlang/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txtlang/Cargo.toml b/txtlang/Cargo.toml index f7b2fbe..a79085d 100644 --- a/txtlang/Cargo.toml +++ b/txtlang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "txtlang" -version = "0.1.0" +version = "0.1.1" authors = ["Anders Olsson "] edition = "2018" build = "build.rs"