We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9098c commit c127993Copy full SHA for c127993
3 files changed
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "alt-sendme"
3
-version = "0.1.3"
+version = "0.1.4"
4
description = "Desktop version of sendme - P2P file sharing with NAT hole punching"
5
authors = ["Sendme Team"]
6
license = "Apache-2.0 OR MIT"
src-tauri/package.json
{
"name": "AltSendme",
- "version": "0.1.3",
+ "version": "0.1.4",
"scripts": {
"dev": "cd ../web-app && npm run dev",
"build": "cd ../web-app && npm run build",
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "AltSendme",
"identifier": "com.altsendme.desktop",
"build": {
7
"frontendDist": "../web-app/dist",
0 commit comments