From 934f8bebedb4b91c2f80d0f77aeed535df1f6708 Mon Sep 17 00:00:00 2001 From: Aidan Grimshaw Date: Fri, 28 May 2021 09:44:56 -0700 Subject: [PATCH] bump package version for security update, add description to cargo.toml and increase description in manifest --- package-lock.json | 2 +- package.json | 2 +- public/manifest.json | 2 +- src-tauri/Cargo.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb3444863..30992149c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ustaxes", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 57e9cce53..f5a32408c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ustaxes", - "version": "0.1.4", + "version": "0.1.5", "private": true, "dependencies": { "@material-ui/core": "^4.11.4", diff --git a/public/manifest.json b/public/manifest.json index 7f0e255eb..60866f3a2 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "short_name": "US Taxes", - "name": "An application to help file taxes in the United States.", + "name": "UsTaxes is an open source webapp for filing US federal income tax. All tax calculations are performed in the browser, so no personal information is stored on external servers!", "icons": [ { "src": "favicon.ico", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c6be0c92d..63d30adbf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "us-taxes" -version = "0.1.4" -description = "A Tauri App" +version = "0.1.5" +description = "UsTaxes is an open source webapp for filing US federal income tax. All tax calculations are performed in the browser, so no personal information is stored on external servers!" license = "" repository = "" default-run = "us-taxes"