mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 14:19:58 +00:00
Set versions
This commit is contained in:
parent
c6a7c4d682
commit
a3253a1149
@ -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;
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user