Skip to content

Commit

Permalink
prepare for release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Sep 28, 2019
1 parent 2b5831d commit 8ae2fc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -66,6 +66,10 @@ make install-user # to install in the home directory

## Change log

**0.1.2**

- fix bypass parameter not set when saved and reloaded

**0.1.1**

- add the graphical user interface
Expand Down
2 changes: 1 addition & 1 deletion plugins/stone-phaser/PhaserPlugin.hpp
Expand Up @@ -57,7 +57,7 @@ class PhaserPlugin : public DISTRHO::Plugin {

uint32_t getVersion() const noexcept override
{
return d_version(0, 1, 1);
return d_version(0, 1, 2);
}

int64_t getUniqueId() const noexcept override
Expand Down

0 comments on commit 8ae2fc7

Please sign in to comment.