Skip to content

Commit 07ebbf5

Browse files
JSKittyclaude
andcommitted
chore: Bump version to v0.3.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1c638e1 commit 07ebbf5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<img width="1293" height="646" alt="GitHub-Repo-Graphics-Header" src="./assets/github_header_readme.png"/>
22

33
<p align="center">
4-
<a href="https://github.com/VectorPrivacy/Vector/releases/download/v0.3.1/Vector_0.3.1_amd64.AppImage"><img src="https://img.shields.io/badge/Linux-5E5E5E?style=flat&logo=linux&logoColor=33DB98" alt="Linux"/></a>
5-
<a href="https://github.com/VectorPrivacy/Vector/releases/download/v0.3.1/Vector_0.3.1_x64.dmg"><img src="https://img.shields.io/badge/macOS-5E5E5E?style=flat&logo=apple&logoColor=33DB98" alt="macOS"/></a>
6-
<a href="https://github.com/VectorPrivacy/Vector/releases/download/v0.3.1/Vector_0.3.1_x64-setup.exe"><img src="https://img.shields.io/badge/Windows-5E5E5E?style=flat&logo=windows&logoColor=33DB98" alt="Windows"/></a>
7-
<a href="https://github.com/VectorPrivacy/Vector/releases/download/v0.3.1/Vector.apk"><img src="https://img.shields.io/badge/Android-5E5E5E?style=flat&logo=android&logoColor=33DB98" alt="Android"/></a>
4+
<a href="https://github.com/VectorPrivacy/Vector/releases/download/v0.3.2/Vector_0.3.2_amd64.AppImage"><img src="https://img.shields.io/badge/Linux-5E5E5E?style=flat&logo=linux&logoColor=33DB98" alt="Linux"/></a>
5+
<a href="https://github.com/VectorPrivacy/Vector/releases/download/v0.3.2/Vector_0.3.2_x64.dmg"><img src="https://img.shields.io/badge/macOS-5E5E5E?style=flat&logo=apple&logoColor=33DB98" alt="macOS"/></a>
6+
<a href="https://github.com/VectorPrivacy/Vector/releases/download/v0.3.2/Vector_0.3.2_x64-setup.exe"><img src="https://img.shields.io/badge/Windows-5E5E5E?style=flat&logo=windows&logoColor=33DB98" alt="Windows"/></a>
7+
<a href="https://github.com/VectorPrivacy/Vector/releases/download/v0.3.2/Vector.apk"><img src="https://img.shields.io/badge/Android-5E5E5E?style=flat&logo=android&logoColor=33DB98" alt="Android"/></a>
88
<a href="https://github.com/VectorPrivacy/Vector/blob/master/LICENSE"><img src="https://img.shields.io/github/license/henriquesebastiao/badges?style=flat&color=33DB98" alt="License"/></a>
99
</p>
1010

package.json

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

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 = "vector"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "A humble attempt at a modern, private, complete Nostr chat client."
55
authors = ["Formless Labs", "JSKitty", "YuurinBee"]
66
edition = "2021"

0 commit comments

Comments
 (0)