Skip to content

Commit c127993

Browse files
committed
linux window issue fix
1 parent ba9098c commit c127993

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "alt-sendme"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Desktop version of sendme - P2P file sharing with NAT hole punching"
55
authors = ["Sendme Team"]
66
license = "Apache-2.0 OR MIT"

src-tauri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AltSendme",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"scripts": {
55
"dev": "cd ../web-app && npm run dev",
66
"build": "cd ../web-app && npm run build",

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
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "AltSendme",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"identifier": "com.altsendme.desktop",
66
"build": {
77
"frontendDist": "../web-app/dist",

0 commit comments

Comments
 (0)