Skip to content

Commit 0081b1f

Browse files
committed
Bump version to v0.11.0
1 parent 0177fa1 commit 0081b1f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.27)
22

33
project(Nuked-SC55-CLAP
4-
VERSION 0.10.0
4+
VERSION 0.11.0
55
DESCRIPTION "Nuked SC-55 CLAP audio plugin"
66
LANGUAGES C CXX
77
)

src/nuked_sc55_win32.manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity type="win32" name="net.johnnovak.nuked_sc55_clap" version="0.10.0.0"/>
3+
<assemblyIdentity type="win32" name="net.johnnovak.nuked_sc55_clap" version="0.11.0.0"/>
44
<application>
55
<windowsSettings>
66
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
77
</windowsSettings>
88
</application>
9-
</assembly>
9+
</assembly>

src/plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ constexpr auto NumPlugins = 6;
1313

1414
constexpr auto Vendor = "John Novak";
1515
constexpr auto Url = "https://github.com/johnnovak/Nuked-SC55-CLAP";
16-
constexpr auto Version = "0.10.0";
16+
constexpr auto Version = "0.11.0";
1717

1818
const char *Features[] = {CLAP_PLUGIN_FEATURE_INSTRUMENT,
1919
CLAP_PLUGIN_FEATURE_SYNTHESIZER,

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "nuked-sc55-clap",
44
"description": "Nuked SC-55 CLAP plugin",
5-
"version": "0.10.0",
5+
"version": "0.11.0",
66

77
"dependencies": [
88
"speexdsp"

0 commit comments

Comments
 (0)