From 6dce181bc1310d9794ae589f599d9b5fa1251a67 Mon Sep 17 00:00:00 2001 From: Tiffany Bennett Date: Thu, 24 Mar 2022 19:35:06 -0700 Subject: [PATCH] Release v0.6.3 --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- web/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44cbb58..4725302 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1413,7 +1413,7 @@ dependencies = [ [[package]] name = "rink" -version = "0.6.2" +version = "0.6.3" dependencies = [ "ansi_term", "async-std", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4815194..0991672 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rink" -version = "0.6.2" +version = "0.6.3" description = "Unit conversion tool, similar to frink" homepage = "https://rinkcalc.app" repository = "https://github.com/tiffany352/rink-rs" diff --git a/web/package.json b/web/package.json index 3fc4405..ef6a85a 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "author": "Tiffany Bennett (https://tiffnix.com)", "name": "rink-web", - "version": "0.6.0", + "version": "0.6.3", "repository": "https://github.com/tiffany352/rink-rs", "homepage": "https://rinkcalc.app", "description": "Web interface to Rink",