Skip to content

Commit 36336dd

Browse files
author
songjj
committed
Update version to 2.1.3 in package.json, Cargo.toml, and Cargo.lock; remove obsolete macOS entitlements configuration from tauri.macos.conf.json.
1 parent b8a1e34 commit 36336dd

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pakeplus",
33
"private": true,
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"type": "module",
66
"scripts": {
77
"tauri:dev": "tauri dev",

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 = "PakePlus"
3-
version = "2.1.2"
3+
version = "2.1.3"
44
description = "Turn any webpage into a desktop app and mobile app with Rust."
55
authors = ["1024xiaoshen"]
66
edition = "2021"

src-tauri/tauri.macos.conf.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
1313
"icons/icon.icns",
1414
"icons/icon.ico"
15-
],
16-
"macOS": {
17-
"entitlements": "./Entitlements.plist",
18-
"files": {
19-
"embedded.provisionprofile": "./pakeplus.provisionprofile"
20-
}
21-
}
15+
]
2216
}
2317
}

0 commit comments

Comments
 (0)