Skip to content

Commit cde68dd

Browse files
committed
version update
1 parent 7b67d93 commit cde68dd

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ The easiest way to get started is by downloading one of the following versions f
5656
</tr>
5757
<tr>
5858
<td><b>Windows</b></td>
59-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.0/AltSendme_0.2.0_x64-setup_windows.exe'>AltSendme.exe</a></td>
59+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.1/AltSendme_0.2.1_x64-setup_windows.exe'>AltSendme.exe</a></td>
6060
</tr>
6161
<tr>
6262
<td><b>macOS - Apple chip</b></td>
63-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.0/AltSendme_0.2.0_aarch64_darwin.dmg'>AltSendme.dmg</a></td>
63+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.1/AltSendme_0.2.1_aarch64_darwin.dmg'>AltSendme.dmg</a></td>
6464
</tr>
6565
<tr>
6666
<td><b>macOS -Intel chip</b></td>
67-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.0/AltSendme_0.2.0_x64_darwin.dmg'>AltSendme.dmg</a></td>
67+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.1/AltSendme_0.2.1_x64_darwin.dmg'>AltSendme.dmg</a></td>
6868
</tr>
6969
<tr>
7070
<td><b>Linux (AppImage)</b></td>
71-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.0/AltSendme_0.2.0_amd64_linux.AppImage'>AltSendme.AppImage</a></td>
71+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.2.1/AltSendme_0.2.1_amd64_linux.AppImage'>AltSendme.AppImage</a></td>
7272
</tr>
7373
</table>
7474

@@ -202,7 +202,7 @@ Built with and around
202202
<!-- <div align="center" style="color: gray;"></div> -->
203203

204204
[badge-website]: https://img.shields.io/badge/website-altsendme.com-orange
205-
[badge-version]: https://img.shields.io/badge/version-0.2.0-blue
205+
[badge-version]: https://img.shields.io/badge/version-0.2.1-blue
206206
[badge-platforms]: https://img.shields.io/badge/platforms-macOS%2C%20Windows%2C%20Linux%2C%20-green
207207
[badge-sponsor]: https://img.shields.io/badge/sponsor-ff69b4
208208
[badge-hire]: https://img.shields.io/badge/hire%20developer-8b5cf6

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0"
3+
version = "0.2.1"
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.2.0",
3+
"version": "0.2.1",
44
"scripts": {
55
"dev": "cd ../web-app && npm run dev",
66
"build": "cd ../web-app && npm run build",

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.0",
4+
"version": "0.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)