File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.27)
22
33project (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)
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ constexpr auto NumPlugins = 6;
1313
1414constexpr auto Vendor = " John Novak" ;
1515constexpr auto Url = " https://github.com/johnnovak/Nuked-SC55-CLAP" ;
16- constexpr auto Version = " 0.10 .0" ;
16+ constexpr auto Version = " 0.11 .0" ;
1717
1818const char *Features[] = {CLAP_PLUGIN_FEATURE_INSTRUMENT,
1919 CLAP_PLUGIN_FEATURE_SYNTHESIZER,
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments