Skip to content

Commit

Permalink
Tag 0.35.3
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Garcia <[email protected]>
  • Loading branch information
luigi311 committed Nov 13, 2024
1 parent dc764bf commit 4ca4e7b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.35.3]
- [tanoshi] Optimize size
- [tanoshi-web] Increase icon size
- [tanoshi-web] Optimize size

## [0.35.2]
- [tanoshi-tauri] Add aarch64 builds
- [tanoshi-tauri] Hide title bar on phosh
Expand Down
2 changes: 1 addition & 1 deletion crates/tanoshi-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tanoshi-app"
version = "0.35.2"
version = "0.35.3"
default-run = "tanoshi-app"
edition = "2021"
build = "src/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion crates/tanoshi-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devUrl": "http://localhost:8080"
},
"productName": "Tanoshi",
"version": "0.35.2",
"version": "0.35.3",
"identifier": "com.luigi311.tanoshi",
"plugins": {},
"app": {
Expand Down
2 changes: 1 addition & 1 deletion crates/tanoshi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tanoshi"
version = "0.35.2"
version = "0.35.3"
edition = "2021"
description = "Tanoshi"
repository = "https://github.com/luigi311/tanoshi"
Expand Down

0 comments on commit 4ca4e7b

Please sign in to comment.