diff --git a/CMakeLists.txt b/CMakeLists.txt index 2238e44..0555157 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.22) -project(InstaDrums VERSION 1.0.0) +project(InstaDrums VERSION 1.1.0) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/README.md b/README.md index b831495..0bad5d4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ Free, open-source VST3 drum sampler plugin built with JUCE. ![VST3](https://img.shields.io/badge/format-VST3-blue) ![C++](https://img.shields.io/badge/language-C%2B%2B17-orange) ![JUCE](https://img.shields.io/badge/framework-JUCE-green) ![License](https://img.shields.io/badge/license-GPL--3.0-lightgrey) +## Download + +**[Latest Release: v1.1](https://github.com/hariel1985/InstaDrums/releases/tag/v1.1)** + +| File | Description | +|------|-------------| +| [InstaDrums-v1.1-VST3-Win64.zip](https://github.com/hariel1985/InstaDrums/releases/download/v1.1/InstaDrums-v1.1-VST3-Win64.zip) | VST3 plugin (copy to `C:\Program Files\Common Files\VST3\`) | +| [InstaDrums-v1.1-Standalone-Win64.zip](https://github.com/hariel1985/InstaDrums/releases/download/v1.1/InstaDrums-v1.1-Standalone-Win64.zip) | Standalone application | + ## Features ### Sampler diff --git a/Source/PluginEditor.h b/Source/PluginEditor.h index e4970e2..b88f637 100644 --- a/Source/PluginEditor.h +++ b/Source/PluginEditor.h @@ -39,7 +39,7 @@ private: juce::TextButton loadFolderButton { "LOAD FOLDER" }; juce::Label titleLabel { {}, "INSTADRUMS" }; - juce::Label versionLabel { {}, "v1.0" }; + juce::Label versionLabel { {}, "v1.1" }; juce::Label padsLabel { {}, "DRUM SAMPLER" }; // State