Skip to content

Commit 74acf91

Browse files
committed
chore: bump version to V3.11.8
1 parent df62f18 commit 74acf91

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { InvalidArgumentError, program as program$1, Option } from 'commander';
2020
import fs$1 from 'fs';
2121

2222
var name = "pake-cli";
23-
var version = "3.11.7";
23+
var version = "3.11.8";
2424
var description = "🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。";
2525
var engines = {
2626
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.11.7",
3+
"version": "3.11.8",
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.11.7"
3+
version = "3.11.8"
44
description = "🤱🏻 Turn any webpage into a desktop app with Rust."
55
authors = ["Tw93"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "Weekly",
33
"identifier": "com.pake.weekly",
4-
"version": "3.11.7",
4+
"version": "3.11.8",
55
"app": {
66
"withGlobalTauri": true,
77
"trayIcon": {

0 commit comments

Comments
 (0)