Skip to content

Commit 2bdb3e7

Browse files
committed
chore: bump version to 1.0.0; update metadata
1 parent 8bdbf12 commit 2bdb3e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "task-bridge"
3-
version = "0.1.0"
4-
description = "A Tauri App"
5-
authors = ["you"]
3+
version = "1.0.0"
4+
description = "Project management app"
5+
authors = ["RussellGN"]
66
edition = "2021"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "task-bridge",
4-
"version": "0.7.2",
4+
"version": "1.0.0",
55
"identifier": "com.task-bridge.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)