Set versions

This commit is contained in:
Gregory Schier 2020-04-26 14:01:07 -07:00
parent c6a7c4d682
commit a3253a1149
3 changed files with 2 additions and 3 deletions

View File

@ -55,7 +55,6 @@ type BaseSettings = {
// Feature flags // Feature flags
enableSyncBeta: boolean, enableSyncBeta: boolean,
hotKeyRegistry: hotkeys.HotKeyRegistry,
}; };
export type Settings = BaseModel & BaseSettings; export type Settings = BaseModel & BaseSettings;

View File

@ -1,5 +1,5 @@
{ {
"version": "2020.1.1", "version": "2020.1.0-beta.1",
"name": "insomnia", "name": "insomnia",
"executableName": "insomnia", "executableName": "insomnia",
"appId": "com.insomnia.app", "appId": "com.insomnia.app",

View File

@ -1,5 +1,5 @@
{ {
"version": "2020.1.1", "version": "2020.1.0-beta.1",
"name": "insomnia-designer", "name": "insomnia-designer",
"executableName": "designer", "executableName": "designer",
"appId": "com.insomnia.designer", "appId": "com.insomnia.designer",