Skip to content

Commit bd029d2

Browse files
committed
chore: bump version to 0.2.3
1 parent da0f4e5 commit bd029d2

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ The easiest way to get started is by downloading one of the following versions f
5757
</tr>
5858
<tr>
5959
<td><b>Windows</b></td>
60-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.1/AltSendme_0.2.1_x64-setup.exe'>AltSendme.exe</a></td>
60+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.3/AltSendme_0.2.3_x64-setup.exe'>AltSendme.exe</a></td>
6161
</tr>
6262
<tr>
6363
<td><b>macOS</b></td>
64-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.1/AltSendme_0.2.1_universal.dmg'>AltSendme.dmg</a></td>
64+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.3/AltSendme_0.2.3_universal.dmg'>AltSendme.dmg</a></td>
6565
<tr>
6666
<td><b>Linux </b></td>
67-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.1/AltSendme_0.2.1_amd64.deb'>AltSendme.deb</a></td>
67+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.3/AltSendme_0.2.3_amd64.deb'>AltSendme.deb</a></td>
6868
</tr>
6969
</table>
7070

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

178178
[badge-website]: https://img.shields.io/badge/website-altsendme.com-orange
179-
[badge-version]: https://img.shields.io/badge/version-0.2.1-blue
179+
[badge-version]: https://img.shields.io/badge/version-0.2.3-blue
180180
[badge-platforms]: https://img.shields.io/badge/platforms-macOS%2C%20Windows%2C%20Linux%2C%20-green
181181
[badge-sponsor]: https://img.shields.io/badge/sponsor-ff69b4
182182
[badge-hire]: https://img.shields.io/badge/hire%20developer-8b5cf6

src-tauri/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "alt-sendme"
3-
version = "0.2.1"
4-
description = "Desktop version of sendme - P2P file sharing with NAT hole punching"
5-
authors = ["Sendme Team"]
6-
license = "Apache-2.0 OR MIT"
7-
edition = "2021"
3+
version = "0.2.3"
4+
description = "P2P file sharing with NAT hole punching"
5+
authors = ["Tony Antony"]
6+
license = "AGPL 3.0"
7+
edition = "2025"
88
rust-version = "1.81"
99

1010
[build-dependencies]

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.2.1",
3+
"version": "0.2.3",
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.2.1",
4+
"version": "0.2.3",
55
"identifier": "com.altsendme.desktop",
66
"build": {
77
"frontendDist": "../web-app/dist",

web-app/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.2.1",
4+
"version": "0.2.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)