From 782908a65b4b790efbc7197f1b68081851d1a3d0 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Sat, 6 Feb 2021 22:11:14 +0100 Subject: [PATCH] v0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ec8430..da272ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "sabre-lang" -version = "0.2.0" +version = "0.2.1" dependencies = [ "rust-embed", "structopt", diff --git a/Cargo.toml b/Cargo.toml index 0f49bd6..c4d2e1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sabre-lang" -version = "0.2.0" +version = "0.2.1" authors = ["Garrit Franke "] description = "The sabre programming language" license = "Apache-2.0"