Skip to content

Commit 437159f

Browse files
committed
chore: release v0.3.0
1 parent 08aa9b4 commit 437159f

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "timesheeps",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.3.0",
55
"type": "module",
66
"packageManager": "pnpm@10.0.0",
77
"scripts": {
88
"dev": "vite",
99
"build": "vue-tsc --noEmit && vite build",
1010
"preview": "vite preview",
11-
"tauri": "tauri"
11+
"tauri": "tauri",
12+
"release": "node scripts/release.mjs"
1213
},
1314
"dependencies": {
1415
"@tauri-apps/api": "^2",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "timesheeps"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
description = "Activity tracker for filling out timesheets"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Timesheeps",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"identifier": "app.timesheeps.Timesheeps",
66
"build": {
77
"beforeDevCommand": "pnpm dev",
@@ -42,7 +42,9 @@
4242
"plugins": {
4343
"updater": {
4444
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDgyMTZCRDM5QjgwQkMwMTkKUldRWndBdTRPYjBXZ2hjVmVhdTBqRXZhLzhMYitEaWZQYXJHMHlkc1pqMGJDREdhYjB0RVptSm0K",
45-
"endpoints": ["https://github.com/gregdev/timesheeps/releases/latest/download/latest.json"]
45+
"endpoints": [
46+
"https://github.com/gregdev/timesheeps/releases/latest/download/latest.json"
47+
]
4648
}
4749
}
4850
}

0 commit comments

Comments
 (0)