release v0.7.5
This commit is contained in:
parent
eafc74a91e
commit
36c29b6628
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "handy-app",
|
||||
"private": true,
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "handy"
|
||||
version = "0.7.4"
|
||||
version = "0.7.5"
|
||||
description = "Handy"
|
||||
authors = ["cjpais"]
|
||||
edition = "2021"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Handy",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"identifier": "com.pais.handy",
|
||||
"build": {
|
||||
"beforeDevCommand": "bun run dev",
|
||||
|
|
|
|||
Loading…
Reference in a new issue