Skip to content

Commit

Permalink
Release v0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrims committed Feb 2, 2022
1 parent 323fa47 commit c026976
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ustaxes",
"version": "0.1.15",
"version": "0.1.16",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"scripts": {
"start": "node ./notice.js && ts-node ./scripts/env.ts && ts-node ./scripts/setup.ts && concurrently npm:dev",
"dev": "craco start",
"dev": "craco --openssl-legacy-provider start",
"build": "ts-node ./scripts/env.ts && ts-node ./scripts/setup.ts && craco build",
"test": "ts-node ./scripts/env.ts && ts-node ./scripts/setup.ts && craco test",
"eject": "craco eject",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "us-taxes"
version = "0.1.15"
version = "0.1.16"
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 = ""
Expand Down

0 comments on commit c026976

Please sign in to comment.