Skip to content

Commit

Permalink
- bump version to 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-hart committed Sep 23, 2023
1 parent 2ea141f commit d3f364f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/plugin/HISE.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="TQ3pmU" name="HISE" projectType="audioplug" version="3.6.1"
<JUCERPROJECT id="TQ3pmU" name="HISE" projectType="audioplug" version="3.6.2"
bundleIdentifier="com.hartinstruments.HISE" includeBinaryInAppConfig="1"
buildVST="1" buildVST3="0" buildAU="1" buildRTAS="0" buildAAX="0"
pluginName="HISE" pluginDesc="HISE" pluginManufacturer="Hart Instruments"
Expand Down
2 changes: 1 addition & 1 deletion projects/standalone/HISE Standalone.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="jUHBuI" name="HISE Standalone" projectType="guiapp" version="3.6.1"
<JUCERPROJECT id="jUHBuI" name="HISE Standalone" projectType="guiapp" version="3.6.2"
bundleIdentifier="com.hartinstruments.HISEStandalone" includeBinaryInAppConfig="1"
companyName="Hart Instruments" companyWebsite="http://hise.audio"
companyCopyright="Hart Instruments" displaySplashScreen="0" reportAppUsage="0"
Expand Down
4 changes: 2 additions & 2 deletions projects/standalone/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace ProjectInfo
{
const char* const projectName = "HISE Standalone";
const char* const companyName = "Hart Instruments";
const char* const versionString = "3.6.1";
const int versionNumber = 0x30601;
const char* const versionString = "3.6.2";
const int versionNumber = 0x30602;
}
#endif

0 comments on commit d3f364f

Please sign in to comment.