Skip to content

Commit 3234244

Browse files
committed
chore: bump version to 0.3.3
1 parent 7e13eea commit 3234244

4 files changed

Lines changed: 54 additions & 54 deletions

File tree

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.2/AltSendme_0.3.2_x64-setup.exe'>AltSendme.exe</a></td>
61+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.3/AltSendme_0.3.3_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.2/AltSendme_0.3.2_universal.dmg'>AltSendme.dmg</a></td>
65+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.3/AltSendme_0.3.3_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.2/AltSendme_0.3.2_amd64.deb'>AltSendme.deb</a></td>
68+
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.3/AltSendme_0.3.3_amd64.deb'>AltSendme.deb</a></td>
6969
</tr>
7070
</table>
7171

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

273273
[badge-website]: https://img.shields.io/badge/website-altsendme.com-orange
274-
[badge-version]: https://img.shields.io/badge/version-0.3.2-blue
274+
[badge-version]: https://img.shields.io/badge/version-0.3.3-blue
275275
[badge-platforms]: https://img.shields.io/badge/platforms-macOS%2C%20Windows%2C%20Linux%2C%20-green
276276
[badge-sponsor]: https://img.shields.io/badge/sponsor-ff69b4
277277

package.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
{
2-
"name": "AltSendme",
3-
"private": true,
4-
"version": "0.3.2",
5-
"type": "module",
6-
"scripts": {
7-
"dev": "vite",
8-
"build": "tsc -b && vite build",
9-
"preview": "vite preview",
10-
"release": "node ./scripts/release.js",
11-
"sync-version": "node ./scripts/sync-version.js",
12-
"validate-version": "node ./scripts/validate-version.js",
13-
"lint": "biome lint && tsc --noEmit --skipLibCheck",
14-
"lint:fix": "biome lint --fix",
15-
"format": "biome format --write"
16-
},
17-
"dependencies": {
18-
"@base-ui/react": "^1.1.0",
19-
"@radix-ui/react-alert-dialog": "^1.1.15",
20-
"@tauri-apps/api": "^2.0.0",
21-
"@tauri-apps/plugin-dialog": "^2.0.0",
22-
"@tauri-apps/plugin-opener": "^2.5.2",
23-
"@tauri-apps/plugin-process": "^2.3.1",
24-
"@tauri-apps/plugin-updater": "^2.9.0",
25-
"class-variance-authority": "^0.7.1",
26-
"clsx": "^2.1.1",
27-
"framer-motion": "^12.23.24",
28-
"lottie-react": "^2.4.1",
29-
"lucide-react": "^0.292.0",
30-
"react": "^18.2.0",
31-
"react-dom": "^18.2.0",
32-
"react-dropzone": "^14.3.8",
33-
"react-router-dom": "^7.12.0",
34-
"tailwind-merge": "^3.4.0",
35-
"zustand": "^5.0.10"
36-
},
37-
"devDependencies": {
38-
"@biomejs/biome": "^2.3.11",
39-
"@tailwindcss/postcss": "^4.1.18",
40-
"@types/node": "^20.0.0",
41-
"@types/react": "^18.2.0",
42-
"@types/react-dom": "^18.2.0",
43-
"@vitejs/plugin-react": "^4.0.0",
44-
"postcss": "^8.0.0",
45-
"tailwindcss": "^4.1.18",
46-
"tw-animate-css": "^1.4.0",
47-
"typescript": "^5.0.0",
48-
"vite": "^4.4.0"
49-
}
2+
"name": "AltSendme",
3+
"private": true,
4+
"version": "0.3.3",
5+
"type": "module",
6+
"scripts": {
7+
"dev": "vite",
8+
"build": "tsc -b && vite build",
9+
"preview": "vite preview",
10+
"release": "node ./scripts/release.js",
11+
"sync-version": "node ./scripts/sync-version.js",
12+
"validate-version": "node ./scripts/validate-version.js",
13+
"lint": "biome lint && tsc --noEmit --skipLibCheck",
14+
"lint:fix": "biome lint --fix",
15+
"format": "biome format --write"
16+
},
17+
"dependencies": {
18+
"@base-ui/react": "^1.1.0",
19+
"@radix-ui/react-alert-dialog": "^1.1.15",
20+
"@tauri-apps/api": "^2.0.0",
21+
"@tauri-apps/plugin-dialog": "^2.0.0",
22+
"@tauri-apps/plugin-opener": "^2.5.2",
23+
"@tauri-apps/plugin-process": "^2.3.1",
24+
"@tauri-apps/plugin-updater": "^2.9.0",
25+
"class-variance-authority": "^0.7.1",
26+
"clsx": "^2.1.1",
27+
"framer-motion": "^12.23.24",
28+
"lottie-react": "^2.4.1",
29+
"lucide-react": "^0.292.0",
30+
"react": "^18.2.0",
31+
"react-dom": "^18.2.0",
32+
"react-dropzone": "^14.3.8",
33+
"react-router-dom": "^7.12.0",
34+
"tailwind-merge": "^3.4.0",
35+
"zustand": "^5.0.10"
36+
},
37+
"devDependencies": {
38+
"@biomejs/biome": "^2.3.11",
39+
"@tailwindcss/postcss": "^4.1.18",
40+
"@types/node": "^20.0.0",
41+
"@types/react": "^18.2.0",
42+
"@types/react-dom": "^18.2.0",
43+
"@vitejs/plugin-react": "^4.0.0",
44+
"postcss": "^8.0.0",
45+
"tailwindcss": "^4.1.18",
46+
"tw-animate-css": "^1.4.0",
47+
"typescript": "^5.0.0",
48+
"vite": "^4.4.0"
49+
}
5050
}

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

0 commit comments

Comments
 (0)