Skip to content

Commit eda98e4

Browse files
committed
Merge branch 'new-ngrok'
2 parents f82d511 + 4cae990 commit eda98e4

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Sharing GUI 是一个客户端,用于跨多个设备(iOS、Android、macOS
2727
- 在其他设备上访问剪贴板
2828
- 支持局域网、公网
2929
- 支持身份认证
30+
- 支持 [ngrok](https://ngrok.com/),快速分享到公网
3031

3132
## 提示
3233

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Download from [GitHub Releases](https://github.com/yunying1/sharing-GUI/releases
2727
- Access your clipboard on other devices
2828
- Support LAN/Public Network
2929
- Support identity authentication
30+
- Support [ngrok](https://ngrok.com/), quickly share to the public network
3031

3132
## Tips
3233

forge.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
packagerConfig: {
3-
appVersion: "1.2.0",
3+
appVersion: "1.3.0",
44
name: "Sharing GUI",
55
appCopyright: "yuanx([email protected])",
66
icon: "./assets/logo-bg-512x512",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharing-GUI",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": "main.js",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)