Browse Source

Bump version. Disable Python.

tags/v1.3.0
Andrew Belt 5 years ago
parent
commit
6db57ad967
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      Makefile
  3. +1
    -1
      plugin.json

+ 1
- 1
CHANGELOG.md View File

@@ -1,4 +1,4 @@
### 1.2.0 (in development)
### 1.2.0 (2019-11-15)
- Add Lua script engine.
- Add security warning when loading script from patch or module preset.



+ 1
- 1
Makefile View File

@@ -16,7 +16,7 @@ include $(RACK_DIR)/arch.mk
DUKTAPE ?= 0
QUICKJS ?= 1
LUAJIT ?= 1
PYTHON ?= 1
PYTHON ?= 0

# Entropia File System Watcher
efsw := dep/lib/libefsw-static-release.a


+ 1
- 1
plugin.json View File

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


Loading…
Cancel
Save