From 5749604f9e730477f04e2eca06bb44d16ec2e4d8 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 22 Aug 2025 09:28:07 +0800 Subject: [PATCH] :art: Change the name back first for testing action --- .github/workflows/{cli-build.yaml => pake-cli.yaml} | 0 dist/cli.js | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{cli-build.yaml => pake-cli.yaml} (100%) diff --git a/.github/workflows/cli-build.yaml b/.github/workflows/pake-cli.yaml similarity index 100% rename from .github/workflows/cli-build.yaml rename to .github/workflows/pake-cli.yaml diff --git a/dist/cli.js b/dist/cli.js index 8dee3ad..91babcc 100755 --- a/dist/cli.js +++ b/dist/cli.js @@ -22,7 +22,7 @@ import sharp from 'sharp'; import * as psl from 'psl'; var name = "pake-cli"; -var version = "3.2.8"; +var version = "3.2.9"; var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。"; var engines = { node: ">=16.0.0" diff --git a/package.json b/package.json index 56a2fbe..79c01eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pake-cli", - "version": "3.2.8", + "version": "3.2.9", "description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。", "engines": { "node": ">=16.0.0"