Browse Source

Bump version to 1.3.0.

tags/v1.3.0
Andrew Belt 4 years ago
parent
commit
d19b94de3b
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. +1
    -1
      plugin.json

+ 1
- 1
CHANGELOG.md View File

@@ -28,4 +28,4 @@
- Use ArrayBuffers instead of arrays, improving performance \~5x.

### 1.0.0 (2019-09-15)
- Initial release.
- Initial release.

+ 1
- 1
README.md View File

@@ -149,5 +149,5 @@ make
- [Andrew Belt](https://github.com/AndrewBelt): host code, Duktape (JavaScript, not used), LuaJIT (Lua), Python (in development)
- [Jerry Sievert](https://github.com/JerrySievert): QuickJS (JavaScript)
- [Leonardo Laguna Ruiz](https://github.com/modlfo): Vult
- [CHAIR](https://chair.audio) [Clemens Wegener (libpd), Max Neupert (patches)] : libpd
- [CHAIR](https://chair.audio) (Clemens Wegener, Max Neupert): libpd
- add your name here

+ 1
- 1
plugin.json View File

@@ -1,7 +1,7 @@
{
"slug": "VCV-Prototype",
"name": "Prototype",
"version": "1.2.0",
"version": "1.3.0",
"license": "GPL-3.0-or-later",
"brand": "VCV",
"author": "VCV",


Loading…
Cancel
Save