Skip to content

Commit 82a8e5c

Browse files
Bumped to version to 1.8.0
1 parent 9cc728b commit 82a8e5c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

backend/Moonfin.Server.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<AssemblyVersion>1.7.1.0</AssemblyVersion>
8-
<FileVersion>1.7.1.0</FileVersion>
9-
<Version>1.7.1</Version>
7+
<AssemblyVersion>1.8.0.0</AssemblyVersion>
8+
<FileVersion>1.8.0.0</FileVersion>
9+
<Version>1.8.0</Version>
1010
<RootNamespace>Moonfin.Server</RootNamespace>
1111
<AssemblyName>Moonfin.Server</AssemblyName>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Usage: .\build.ps1 [-Version "1.1.0.0"] [-TargetAbi "10.10.0"]
44

55
param(
6-
[string]$Version = "1.7.1.0",
6+
[string]$Version = "1.8.0.0",
77
[string]$TargetAbi = "10.10.0"
88
)
99

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
set -e
77

8-
VERSION="${1:-1.7.1.0}"
8+
VERSION="${1:-1.8.0.0}"
99
TARGET_ABI="${2:-10.10.0}"
1010
BUILD_TIMESTAMP=$(date '+%Y-%m-%d %H:%M:%S')
1111

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moonfin-web-plugin",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "Moonfin-style UI plugin for Jellyfin Web. Brings the navbar, featured media bar, and custom settings",
55
"main": "dist/plugin.js",
66
"scripts": {

frontend/src/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const Plugin = {
2-
version: '1.7.1',
2+
version: '1.8.0',
33
name: 'Moonfin Web Plugin',
44
initialized: false,
55
_initializing: false,

0 commit comments

Comments
 (0)