Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Nadler committed Feb 7, 2024
2 parents e2a6afe + 6912a75 commit fb1ef40
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tortoise-native",
"private": true,
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 3 additions & 3 deletions 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 = "tortoise-native"
version = "0.7.0"
version = "0.7.1"
description = "A financial forecasting and planning tool."
authors = ["Dan Nadler <[email protected]>"]
license = "GNUv3"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "tortoise-native",
"version": "0.7.0",
"version": "0.7.1",
"identifier": "io.thetortoise.dev",
"build": {
"beforeBuildCommand": "npm run build",
Expand Down

0 comments on commit fb1ef40

Please sign in to comment.