Skip to content

Commit 13eb794

Browse files
committed
fix: bump version to 3.8.7
1 parent bb65355 commit 13eb794

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import * as psl from 'psl';
2222
import { InvalidArgumentError, program as program$1, Option } from 'commander';
2323

2424
var name = "pake-cli";
25-
var version = "3.8.6";
25+
var version = "3.8.7";
2626
var description = "🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。";
2727
var engines = {
2828
node: ">=18.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pake-cli",
3-
"version": "3.8.6",
3+
"version": "3.8.7",
44
"description": "🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。",
55
"engines": {
66
"node": ">=18.0.0"

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pake"
3-
version = "3.8.6"
3+
version = "3.8.7"
44
description = "🤱🏻 Turn any webpage into a desktop app with Rust."
55
authors = ["Tw93"]
66
license = "MIT"

0 commit comments

Comments
 (0)