From f6ecaa4e70950ed6407d809d578971a34bd9f95f Mon Sep 17 00:00:00 2001 From: Pd233 Date: Tue, 5 Mar 2024 22:32:30 +0800 Subject: [PATCH] chore: update tooth.json --- tooth.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tooth.json b/tooth.json index d7b8395..26cecdf 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/lippkg/LipUI", - "version": "0.4.7", + "version": "0.4.8", "info": { "name": "LipUI", "description": "A GUI client for lip", @@ -14,13 +14,13 @@ { "goos": "windows", "goarch": "amd64", - "asset_url": "https://github.com/lippkg/LipUI/releases/download/v0.4.7/LipUI-win-x64.zip", + "asset_url": "https://github.com/lippkg/LipUI/releases/download/v0.4.8/LipUI-win-x64.zip", "commands": {}, "files": { "place": [ { "src": "lipui/*", - "dest": "./" + "dest": "" } ] } @@ -28,13 +28,13 @@ { "goos": "windows", "goarch": "arm64", - "asset_url": "https://github.com/lippkg/LipUI/releases/download/v0.4.7/LipUI-win-arm64.zip", + "asset_url": "https://github.com/lippkg/LipUI/releases/download/v0.4.8/LipUI-win-arm64.zip", "commands": {}, "files": { "place": [ { "src": "lipui/*", - "dest": "./" + "dest": "" } ] }