Update required Core version

This commit is contained in:
Ingo Oppermann 2022-09-30 14:01:14 +02:00
parent a1bfd104ae
commit afe79a21a6
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
Dependency:
- datarhei Core v16.11.0+
- datarhei Core v16.10.1+
### v1.2.0 > v1.3.0

View File

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