Skip to content

Commit 6538ab7

Browse files
committed
1.1.1
1 parent d51b13e commit 6538ab7

9 files changed

Lines changed: 270 additions & 645 deletions

CMakeLists.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.22)
2-
project(RokerPack VERSION 1.1.0)
2+
project(RokerPack VERSION 1.1.1)
33

44

55
cmake_policy(SET CMP0135 NEW)
@@ -38,7 +38,7 @@ FetchContent_MakeAvailable(juce)
3838

3939
# ==================== BRONZA PLUGIN ====================
4040
juce_add_plugin(Bronza
41-
VERSION 1.1.0
41+
VERSION 1.1.1
4242
COMPANY_NAME "Semiletov"
4343
PRODUCT_NAME "Bronza"
4444
PLUGIN_MANUFACTURER_CODE Smlt
@@ -79,7 +79,7 @@ target_link_libraries(Bronza PRIVATE
7979

8080
# ==================== GRELKA PLUGIN ====================
8181
juce_add_plugin(Grelka
82-
VERSION 1.1.0
82+
VERSION 1.1.1
8383
COMPANY_NAME "Semiletov"
8484
PRODUCT_NAME "Grelka"
8585
PLUGIN_MANUFACTURER_CODE Smlt
@@ -119,7 +119,7 @@ target_link_libraries(Grelka PRIVATE
119119

120120
# ==================== METALLUGA PLUGIN ====================
121121
juce_add_plugin(Metalluga
122-
VERSION 1.1.0
122+
VERSION 1.1.1
123123
COMPANY_NAME "Semiletov"
124124
PRODUCT_NAME "Metalluga"
125125
PLUGIN_MANUFACTURER_CODE Smlt
@@ -159,7 +159,7 @@ target_link_libraries(Metalluga PRIVATE
159159

160160
# ==================== CHARM PLUGIN ====================
161161
juce_add_plugin(Charm
162-
VERSION 1.1.0
162+
VERSION 1.1.1
163163
COMPANY_NAME "Semiletov"
164164
PRODUCT_NAME "Charm"
165165
PLUGIN_MANUFACTURER_CODE Smlt
@@ -198,7 +198,7 @@ target_link_libraries(Charm PRIVATE
198198

199199
# ==================== TEMBR PLUGIN ====================
200200
juce_add_plugin(Tembr
201-
VERSION 1.1.0
201+
VERSION 1.1.1
202202
COMPANY_NAME "Semiletov"
203203
PRODUCT_NAME "Tembr"
204204
PLUGIN_MANUFACTURER_CODE Smlt
@@ -237,7 +237,7 @@ target_link_libraries(Tembr PRIVATE
237237

238238
# ==================== MISTRAL PLUGIN ====================
239239
juce_add_plugin(Mistral
240-
VERSION 1.1.0
240+
VERSION 1.1.1
241241
COMPANY_NAME "Semiletov"
242242
PRODUCT_NAME "Mistral"
243243
PLUGIN_MANUFACTURER_CODE Smlt
@@ -275,7 +275,7 @@ target_link_libraries(Mistral PRIVATE
275275

276276
# ==================== GUITAR TUNER PLUGIN ====================
277277
juce_add_plugin(GuitarTuner
278-
VERSION 1.1.0
278+
VERSION 1.1.1
279279
COMPANY_NAME "Semiletov"
280280
PRODUCT_NAME "GuitarTuner"
281281
PLUGIN_MANUFACTURER_CODE Smlt
@@ -318,7 +318,7 @@ target_link_libraries(GuitarTuner PRIVATE
318318

319319
# ==================== BASS TUNER PLUGIN ====================
320320
juce_add_plugin(BassTuner
321-
VERSION 1.1.0
321+
VERSION 1.1.1
322322
COMPANY_NAME "Semiletov"
323323
PRODUCT_NAME "BassTuner"
324324
PLUGIN_MANUFACTURER_CODE Smlt
@@ -338,7 +338,7 @@ target_sources(BassTuner PRIVATE
338338
src/BassTunerEditor.cpp
339339
src/BassStringsPanel.cpp
340340
src/MeterPanel.cpp
341-
src/SmartPitchDetector.cpp
341+
src/BassPitchDetector.cpp
342342
src/BronzaLookAndFeel.cpp
343343
)
344344

RokerPack.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[Setup]
55
AppId=RokerPack
66
AppName=RokerPack
7-
AppVersion=1.0.0
7+
AppVersion=1.1.1
88
AppPublisher=Semiletov
99
AppPublisherURL=https://github.com/psemiletov/rokerpack
1010
AppSupportURL=https://github.com/psemiletov/rokerpack

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ <h1>ROKER PACK</h1>
2525
<!-- Download Buttons -->
2626
<section class="downloads">
2727
<div class="button-group">
28-
<a href="https://github.com/psemiletov/rokerpack/releases/download/1.1.0/RokerPack-Setup.exe" class="btn btn-windows">⬇ Download Windows Installer</a>
29-
<a href="https://github.com/psemiletov/rokerpack/releases/download/1.1.0/RokerPack.zip" class="btn btn-linux">⬇ Download Linux Binaries</a>
28+
<a href="https://github.com/psemiletov/rokerpack/releases/download/1.1.1/RokerPack-Setup.exe" class="btn btn-windows">⬇ Download Windows Installer</a>
29+
<a href="https://github.com/psemiletov/rokerpack/releases/download/1.1.1/RokerPack.zip" class="btn btn-linux">⬇ Download Linux Binaries</a>
3030
</div>
3131
<div class="button-row">
3232
<a href="https://github.com/psemiletov/rokerpack" target="_blank" rel="noopener noreferrer" class="btn btn-source">📁 View Source Code</a>

docs/ru/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ <h1>ROKER PACK</h1>
2525
<!-- Download Buttons -->
2626
<section class="downloads">
2727
<div class="button-group">
28-
<a href="https://github.com/psemiletov/rokerpack/releases/download/1.1.0/RokerPack-Setup.exe" class="btn btn-windows">⬇ Скачать установщик для Windows</a>
29-
<a href="https://github.com/psemiletov/rokerpack/releases/download/1.1.0/RokerPack.zip" class="btn btn-linux">⬇ Скачать бинарники под Linux</a>
28+
<a href="https://github.com/psemiletov/rokerpack/releases/download/1.1.1/RokerPack-Setup.exe" class="btn btn-windows">⬇ Скачать установщик для Windows</a>
29+
<a href="https://github.com/psemiletov/rokerpack/releases/download/1.1.1/RokerPack.zip" class="btn btn-linux">⬇ Скачать бинарники под Linux</a>
3030
</div>
3131
<div class="button-row">
3232
<a href="https://github.com/psemiletov/rokerpack" target="_blank" rel="noopener noreferrer" class="btn btn-source">📁 Смотреть исходный код</a>

0 commit comments

Comments
 (0)