From dbf355ec5fd1aa220d9ab02ceab9d8fac87163e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Sun, 21 Feb 2021 16:19:42 -0800 Subject: [PATCH] Set up an initial release (v0.2) Trigger an initial release so a version of the app will be archived on GH's releases. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 196ab5b..66100ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,7 +55,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bichrome" -version = "0.1.0" +version = "0.2.0" dependencies = [ "const_format", "fruitbasket", diff --git a/Cargo.toml b/Cargo.toml index 06d6500..1b7317d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bichrome" -version = "0.1.0" +version = "0.2.0" authors = ["Jørgen P. Tjernø "] edition = "2018" license = "MIT OR Apache-2.0"