Release v0.6.3

This commit is contained in:
Tiffany Bennett 2022-03-24 19:35:06 -07:00
parent e9dcf57926
commit 6dce181bc1
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1413,7 +1413,7 @@ dependencies = [
[[package]] [[package]]
name = "rink" name = "rink"
version = "0.6.2" version = "0.6.3"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"async-std", "async-std",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "rink" name = "rink"
version = "0.6.2" version = "0.6.3"
description = "Unit conversion tool, similar to frink" description = "Unit conversion tool, similar to frink"
homepage = "https://rinkcalc.app" homepage = "https://rinkcalc.app"
repository = "https://github.com/tiffany352/rink-rs" repository = "https://github.com/tiffany352/rink-rs"

View file

@ -1,7 +1,7 @@
{ {
"author": "Tiffany Bennett (https://tiffnix.com)", "author": "Tiffany Bennett (https://tiffnix.com)",
"name": "rink-web", "name": "rink-web",
"version": "0.6.0", "version": "0.6.3",
"repository": "https://github.com/tiffany352/rink-rs", "repository": "https://github.com/tiffany352/rink-rs",
"homepage": "https://rinkcalc.app", "homepage": "https://rinkcalc.app",
"description": "Web interface to Rink", "description": "Web interface to Rink",