From 32c9d08e180f0cbd4f86285c329ff31953100783 Mon Sep 17 00:00:00 2001 From: elijah629 <62805599+elijah629@users.noreply.github.com> Date: Thu, 20 Jul 2023 13:53:26 -0700 Subject: [PATCH] bump: 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96c46e0..e36aea8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,7 +870,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "walter-redditlang" -version = "0.2.0" +version = "0.2.1" dependencies = [ "cc", "clap", diff --git a/Cargo.toml b/Cargo.toml index cc9494a..588dcd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "walter-redditlang" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Build tool for https://github.com/elijah629/redditlang" repository = "https://github.com/elijah629/redditlang"