Skip to content

Commit da0dc8c

Browse files
committed
chore: bump version to 0.3.1
1 parent 79140f0 commit da0dc8c

4 files changed

Lines changed: 58 additions & 58 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.0/AltSendme_0.3.0_x64-setup.exe'>AltSendme.exe</a></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>
6262
</tr>
6363
<tr>
6464
<td><b>macOS</b></td>
65-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.0/AltSendme_0.3.0_universal.dmg'>AltSendme.dmg</a></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>
6666
<tr>
6767
<td><b>Linux </b></td>
68-
<td><a href='https://github.com/tonyantony300/alt-sendme/releases/download/v0.3.0/AltSendme_0.3.0_amd64.deb'>AltSendme.deb</a></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>
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.0-blue
263+
[badge-version]: https://img.shields.io/badge/version-0.3.1-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: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
{
2-
"name": "AltSendme",
3-
"private": true,
4-
"version": "0.3.0",
5-
"type": "module",
6-
"scripts": {
7-
"app:dev": "npx tauri dev",
8-
"app:build": "npx tauri build",
9-
"dev": "vite",
10-
"build": "tsc -b && vite build",
11-
"preview": "vite preview",
12-
"release": "node ./scripts/release.js",
13-
"sync-version": "node ./scripts/sync-version.js",
14-
"validate-version": "node ./scripts/validate-version.js",
15-
"lint": "biome lint && tsc --noEmit --skipLibCheck",
16-
"lint:fix": "biome lint --fix",
17-
"format": "biome format --write"
18-
},
19-
"dependencies": {
20-
"@base-ui/react": "^1.1.0",
21-
"@radix-ui/react-alert-dialog": "^1.1.15",
22-
"@tauri-apps/api": "^2.0.0",
23-
"@tauri-apps/cli": "^2.9.6",
24-
"@tauri-apps/plugin-dialog": "^2.0.0",
25-
"@tauri-apps/plugin-opener": "^2.5.2",
26-
"@tauri-apps/plugin-process": "^2.3.1",
27-
"@tauri-apps/plugin-updater": "^2.9.0",
28-
"class-variance-authority": "^0.7.1",
29-
"clsx": "^2.1.1",
30-
"framer-motion": "^12.23.24",
31-
"lottie-react": "^2.4.1",
32-
"lucide-react": "^0.292.0",
33-
"react": "^18.2.0",
34-
"react-dom": "^18.2.0",
35-
"react-dropzone": "^14.3.8",
36-
"react-router-dom": "^7.12.0",
37-
"tailwind-merge": "^3.4.0",
38-
"zustand": "^5.0.10"
39-
},
40-
"devDependencies": {
41-
"@biomejs/biome": "^2.3.11",
42-
"@tailwindcss/postcss": "^4.1.18",
43-
"@types/node": "^20.0.0",
44-
"@types/react": "^18.2.0",
45-
"@types/react-dom": "^18.2.0",
46-
"@vitejs/plugin-react": "^4.0.0",
47-
"postcss": "^8.0.0",
48-
"tailwindcss": "^4.1.18",
49-
"tw-animate-css": "^1.4.0",
50-
"typescript": "^5.0.0",
51-
"vite": "^4.4.0"
52-
}
2+
"name": "AltSendme",
3+
"private": true,
4+
"version": "0.3.1",
5+
"type": "module",
6+
"scripts": {
7+
"app:dev": "npx tauri dev",
8+
"app:build": "npx tauri build",
9+
"dev": "vite",
10+
"build": "tsc -b && vite build",
11+
"preview": "vite preview",
12+
"release": "node ./scripts/release.js",
13+
"sync-version": "node ./scripts/sync-version.js",
14+
"validate-version": "node ./scripts/validate-version.js",
15+
"lint": "biome lint && tsc --noEmit --skipLibCheck",
16+
"lint:fix": "biome lint --fix",
17+
"format": "biome format --write"
18+
},
19+
"dependencies": {
20+
"@base-ui/react": "^1.1.0",
21+
"@radix-ui/react-alert-dialog": "^1.1.15",
22+
"@tauri-apps/api": "^2.0.0",
23+
"@tauri-apps/cli": "^2.9.6",
24+
"@tauri-apps/plugin-dialog": "^2.0.0",
25+
"@tauri-apps/plugin-opener": "^2.5.2",
26+
"@tauri-apps/plugin-process": "^2.3.1",
27+
"@tauri-apps/plugin-updater": "^2.9.0",
28+
"class-variance-authority": "^0.7.1",
29+
"clsx": "^2.1.1",
30+
"framer-motion": "^12.23.24",
31+
"lottie-react": "^2.4.1",
32+
"lucide-react": "^0.292.0",
33+
"react": "^18.2.0",
34+
"react-dom": "^18.2.0",
35+
"react-dropzone": "^14.3.8",
36+
"react-router-dom": "^7.12.0",
37+
"tailwind-merge": "^3.4.0",
38+
"zustand": "^5.0.10"
39+
},
40+
"devDependencies": {
41+
"@biomejs/biome": "^2.3.11",
42+
"@tailwindcss/postcss": "^4.1.18",
43+
"@types/node": "^20.0.0",
44+
"@types/react": "^18.2.0",
45+
"@types/react-dom": "^18.2.0",
46+
"@vitejs/plugin-react": "^4.0.0",
47+
"postcss": "^8.0.0",
48+
"tailwindcss": "^4.1.18",
49+
"tw-animate-css": "^1.4.0",
50+
"typescript": "^5.0.0",
51+
"vite": "^4.4.0"
52+
}
5353
}

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.0"
3+
version = "0.3.1"
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 & 2 deletions
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.0",
4+
"version": "0.3.1",
55
"identifier": "com.altsendme.desktop",
66
"build": {
77
"frontendDist": "../web-app/dist",
@@ -94,4 +94,4 @@
9494
}
9595
}
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)