Skip to content

Commit

Permalink
version notes for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Sep 7, 2019
1 parent bb3bd19 commit 3e8f375
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ make install-user # to install in the home directory

## Change log

**0.1.1**

- add the graphical user interface
- improve the integration of Faust source code

**0.1.0**

- initial software release
2 changes: 1 addition & 1 deletion plugins/stone-phaser/PhaserPlugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class PhaserPlugin : public DISTRHO::Plugin {

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

int64_t getUniqueId() const noexcept override
Expand Down

0 comments on commit 3e8f375

Please sign in to comment.