release v0.8.0
This commit is contained in:
parent
2d8c94d258
commit
557d274db6
4 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "handy-app",
|
"name": "handy-app",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.7.12",
|
"version": "0.8.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
|
||||||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
|
|
@ -2413,7 +2413,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "handy"
|
name = "handy"
|
||||||
version = "0.7.12"
|
version = "0.8.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "handy"
|
name = "handy"
|
||||||
version = "0.7.12"
|
version = "0.8.0"
|
||||||
description = "Handy"
|
description = "Handy"
|
||||||
authors = ["cjpais"]
|
authors = ["cjpais"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Handy",
|
"productName": "Handy",
|
||||||
"version": "0.7.12",
|
"version": "0.8.0",
|
||||||
"identifier": "com.pais.handy",
|
"identifier": "com.pais.handy",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "bun run dev",
|
"beforeDevCommand": "bun run dev",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue