File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " timesheeps"
3- version = " 0.1 .0"
3+ version = " 0.3 .0"
44description = " Activity tracker for filling out timesheets"
55authors = [" you" ]
66edition = " 2021"
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments