Skip to content

Commit 6f9ec24

Browse files
committed
version fix
1 parent 593da1e commit 6f9ec24

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Jellyfin.Plugin.JavaScriptInjector/Jellyfin.Plugin.JavaScriptInjector.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<RootNamespace>Jellyfin.Plugin.JavaScriptInjector</RootNamespace>
6-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
7-
<FileVersion>1.0.0.0</FileVersion>
8-
<Version>1.0.0</Version>
6+
<AssemblyVersion>1.1.1.1</AssemblyVersion>
7+
<FileVersion>1.1.1.1</FileVersion>
8+
<Version>1.1.1.1</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>

manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"category": "General",
99
"imageUrl": "https://raw.githubusercontent.com/n00bcodr/jellyfin-javascript-injector/main/icon.png",
1010
"versions": [
11+
{
12+
"version": "1.1.1.1",
13+
"changelog": "- Wrap the injected script block with clear HTML comments for safer and more reliable identification. \n- Update removal logic to use specific regex patterns for injection formats, ensuring idempotent upgrades and preventing accidental removal of unrelated scripts.",
14+
"targetAbi": "10.9.9.0",
15+
"sourceUrl": "https://github.com/n00bcodr/jellyfin-javascript-injector/releases/download/1.1.1.1/javascript-injector-1.1.1.1.zip",
16+
"checksum": "db8d7806b3e112ddaf40caa55fdb0f1d",
17+
"timestamp": "2025-08-14T06:30:31Z"
18+
},
1119
{
1220
"version": "1.1.1.0",
1321
"changelog": "- Wrap the injected script block with clear HTML comments for safer and more reliable identification. \n- Update removal logic to use specific regex patterns for injection formats, ensuring idempotent upgrades and preventing accidental removal of unrelated scripts.",

0 commit comments

Comments
 (0)