Skip to content

Commit b79a1d7

Browse files
committed
bump version
1 parent d73d9ec commit b79a1d7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h1 align="center"><b>Seanime</b></h1>
88

99
<p align="center">
10-
<img src="https://seanime.app/bucket/img-20260508-090529-ioc20pjr--sq2.webp" alt="preview" width="100%"/>
10+
<img src="https://s3.seanime.app/sea/img-20260508-090529-ioc20pjr--sq2.webp" alt="preview" width="100%"/>
1111
</p>
1212

1313
<p align="center">
@@ -47,7 +47,7 @@ Seanime is a **media server** with a **web interface** and **desktop app** for m
4747
## Features
4848

4949
- **Cross-platform**: Web interface and desktop app for Windows, Linux, and macOS
50-
- **Seanime Denshi**: Desktop client with built-in video player (support for SSA/ASS subtitles, Anime4K sharpening, auto translation, and more)
50+
- **Seanime Denshi**: Desktop client with built-in libmpv-based video player (support for SSA/ASS subtitles, shaders, and more)
5151
- **AniList Integration**: Browse and manage your lists, discover anime and manga
5252
- **Custom Sources**: Support for adding non-AniList anime and manga series
5353
- **Library Management**: Fast and smart scanning of local files without strict naming conventions or folder structures

internal/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
const (
9-
Version = "3.9.0-alpha.14"
9+
Version = "3.9.0"
1010
VersionName = "Kizami"
1111
GcTime = time.Minute * 30
1212
ConfigFileName = "config.toml"

seanime-denshi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seanime-denshi",
3-
"version": "3.9.0-alpha.14",
3+
"version": "3.9.0",
44
"description": "Electron-based Desktop client for Seanime",
55
"main": "src/main.js",
66
"author": "5rahim <talkwithrahim@gmail.com>",

0 commit comments

Comments
 (0)