Skip to content

Commit e4c0342

Browse files
committed
v2.1.1
1 parent b114b22 commit e4c0342

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/AudioControlPlugin/AudioControlPlugin.csproj

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

1818
<PluginDir Condition="$(OS) == 'Windows_NT'">$(LocalAppData)\Logi\LogiPluginService\Plugins\</PluginDir>
1919
<PluginDir Condition="$(OS) != 'Windows_NT'">~/Library/Application\ Support/Logi/LogiPluginService/Plugins/</PluginDir>
20-
<Version>$(VersionPrefix)2.1.0</Version>
20+
<Version>$(VersionPrefix)2.1.1</Version>
2121
</PropertyGroup>
2222

2323
<ItemGroup>

src/AudioControlPlugin/metadata/LoupedeckPackage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ description: "Control Windows audio from your Loupedeck: volume adjusment, mute/
1818
pluginFileName: AudioControlPlugin.dll
1919

2020
# Plugin version.
21-
version: 2.1.0
21+
version: 2.1.1
2222

2323
# Author of the plugin. The author can be a company or an individual developer.
2424
author: insideGen
2525

2626
# Copyright information.
27-
copyright: Copyright © 2025 . All rights reserved.
27+
copyright: Copyright © 2026 . All rights reserved.
2828

2929

3030
# ==================================================================================================
@@ -43,7 +43,7 @@ pluginFolderWin: .
4343
supportedDevices:
4444
# LoupedeckCtFamily covers the following devices: Loupedeck CT, Live and Live S,
4545
# Razer Stream Controller, and Razer Stream Controller X.
46-
- LoupedeckCtFamily
46+
- LoupedeckLiveS
4747

4848
# LoupedeckPlusFamily covers Loupedeck+ device. Uncomment the following line to support Loupedeck+.
4949
#- LoupedeckPlusFamily

src/WindowsInterop/WindowsInterop.csproj

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

1414
<PropertyGroup>
1515
<CsWinRTWindowsMetadata>sdk</CsWinRTWindowsMetadata>
16-
<Version>$(VersionPrefix)2.1.0</Version>
16+
<Version>$(VersionPrefix)2.1.1</Version>
1717
</PropertyGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)