Require core version 16.11.0

This commit is contained in:
Ingo Oppermann 2022-09-30 12:36:10 +02:00
parent 4017c1d2a3
commit dc84aae8ce
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -1,6 +1,6 @@
import { name, version, bundle } from '../package.json';
const Core = '^16.10.0';
const Core = '^16.11.0';
const FFmpeg = '^4.1.0 || ^5.0.0';
const UI = bundle ? bundle : name + ' v' + version;
const Version = version;