Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
5rahim committed Jan 5, 2025
1 parent 2d8a38a commit 10b3f57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## v2.6.2

- 🦺 Torrent streaming: Fixed playback issue
- 🦺 Auto Downloader: Fixed list not updating correctly after batch creation
- 🔧 Torrent streaming: Reverted to using separate streaming server

## v2.6.1

- ⚡️ Anime library: Filtering by year now takes into account the season year
Expand Down
2 changes: 1 addition & 1 deletion internal/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package constants
import "time"

const (
Version = "2.6.2-prerelease"
Version = "2.6.2"
VersionName = "Umi"
GcTime = time.Minute * 30
ConfigFileName = "config.toml"
Expand Down
2 changes: 1 addition & 1 deletion seanime-desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Seanime Desktop",
"version": "2.6.1",
"version": "2.6.2",
"identifier": "app.seanime.desktop",
"build": {
"frontendDist": "../../web-desktop",
Expand Down

0 comments on commit 10b3f57

Please sign in to comment.