Change premium field

This commit is contained in:
René Preuß
2023-03-02 17:07:22 +01:00
parent 961be44480
commit 3ac8430a0f
3 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import * as fs from 'fs'
import {Credentials, Settings} from "../../shared/schema";
const defaults: Settings = {
version: '1.0.0',
version: '1.0.1',
credentials: null,
endpoint: 'https://api.rerunmanager.com/v1/',
}