From b4b3a24ed2b2787b65e6e37f8dd04504565dc9c3 Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Wed, 28 Mar 2018 12:31:42 -0400 Subject: [PATCH] test release manifest (#381) --- targetconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/targetconfig.json b/targetconfig.json index 14c4ecac..e5dd66cc 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -12,5 +12,13 @@ "Design Engineering": "design-engineering", "Coding": "coding", "Maker": "maker" + }, + "electronManifest": { + "majorReleases": { + "0": { + "latest": "v0.1.5", + "promptVersion": "v0.1.5" + } + } } } \ No newline at end of file