Skip to content

Commit 20d83bd

Browse files
Merge pull request #99 from tonyantony300/release/v0.3.2
Release/v0.3.2
2 parents fdbb3ea + 77169e5 commit 20d83bd

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ The easiest way to get started is by downloading one of the following versions f
5858
</tr>
5959
<tr>
6060
<td><b>Windows</b></td>
61-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.1/AltSendme_0.3.1_x64-setup.exe'>AltSendme.exe</a></td>
61+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.2/AltSendme_0.3.2_x64-setup.exe'>AltSendme.exe</a></td>
6262
</tr>
6363
<tr>
6464
<td><b>macOS</b></td>
65-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.1/AltSendme_0.3.1_universal.dmg'>AltSendme.dmg</a></td>
65+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.2/AltSendme_0.3.2_universal.dmg'>AltSendme.dmg</a></td>
6666
<tr>
6767
<td><b>Linux </b></td>
68-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.1/AltSendme_0.3.1_amd64.deb'>AltSendme.deb</a></td>
68+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.2/AltSendme_0.3.2_amd64.deb'>AltSendme.deb</a></td>
6969
</tr>
7070
</table>
7171

@@ -260,7 +260,7 @@ Thank you for checking out this project! If you find it useful, consider giving
260260
<!-- <div align="center" style="color: gray;"></div> -->
261261

262262
[badge-website]: https://img.shields.io/badge/website-altsendme.com-orange
263-
[badge-version]: https://img.shields.io/badge/version-0.3.1-blue
263+
[badge-version]: https://img.shields.io/badge/version-0.3.2-blue
264264
[badge-platforms]: https://img.shields.io/badge/platforms-macOS%2C%20Windows%2C%20Linux%2C%20-green
265265
[badge-sponsor]: https://img.shields.io/badge/sponsor-ff69b4
266266

package.json

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

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.3.1"
3+
version = "0.3.2"
44
description = "P2P file sharing with NAT hole punching"
55
authors = ["Tony Antony"]
66
license = "AGPL 3.0"

src-tauri/tauri.conf.json

Lines changed: 2 additions & 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.3.1",
4+
"version": "0.3.2",
55
"identifier": "com.altsendme.desktop",
66
"build": {
77
"frontendDist": "../web-app/dist",
@@ -73,6 +73,7 @@
7373
},
7474
"bundle": {
7575
"active": true,
76+
"createUpdaterArtifacts": true,
7677
"targets": "all",
7778
"icon": [
7879
"icons/32x32.png",

0 commit comments

Comments
 (0)