From 92280814eb1417fbd5e20b3d286488ad1981487d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AB=E5=B0=BA?= Date: Sun, 2 Jun 2024 22:45:50 +0800 Subject: [PATCH] Delete outdated app.json, update xpwd.json to version 1.0.3 with enhanced description and license info. --- bucket/app.json | 13 ------------- bucket/xpwd.json | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 bucket/app.json diff --git a/bucket/app.json b/bucket/app.json deleted file mode 100644 index 01de6eb..0000000 --- a/bucket/app.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": "1.0.3", - "description": "xpwd", - "homepage": "https://github.com/08820048/xpwd", - "license": "MIT-License", - "architecture": { - "64bit": { - "url": "https://github.com/08820048/xpwd/releases/download/v1.0.1/xpwd-v1.0.1-x86_64-pc-windows.zip", - "hash": "3f955d50dc2dfcc1f9bab4eab1c417bd06ae3274243f9e6044d38cb9f0ea49b6" - } - }, - "bin": "xpwd.exe" -} diff --git a/bucket/xpwd.json b/bucket/xpwd.json index 4e98bb7..3a961a1 100644 --- a/bucket/xpwd.json +++ b/bucket/xpwd.json @@ -1,5 +1,5 @@ { - "version": "1.0.1", + "version": "1.0.3", "description": "A command-line password generator built with Rust, offering a swift and effortless solution for creating passwords of varying strengths. Cure your password creation woes with a single command!", "homepage": "https://github.com/08820048/xpwd", "license": "MIT",