Skip to content

Commit

Permalink
bump package version for security update, add description to cargo.to…
Browse files Browse the repository at this point in the history
…ml and increase description in manifest
  • Loading branch information
thegrims committed May 28, 2021
1 parent 380b238 commit 934f8be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ustaxes",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 934f8be

Please sign in to comment.