From 4632a1f5c365bd670a2d5eaa64e940dbf8d35693 Mon Sep 17 00:00:00 2001 From: birdhouse Date: Sun, 23 Jun 2019 00:46:46 +0200 Subject: [PATCH] fix --- version.json | 38 ++++++-------------------------------- 1 file changed, 6 insertions(+), 32 deletions(-) diff --git a/version.json b/version.json index 2f5d5caa..d84a7b78 100644 --- a/version.json +++ b/version.json @@ -1,32 +1,6 @@ -[ - { - "versionnr" : "2.1.1", - "versiondesc": "Newest cool beta", - "versionchangelog":"https://www.hyperion-project.org/blog/id1", - "channel" : "Beta" - }, - { - "versionnr" : "2.1.0", - "versiondesc": "This version introduces feature x and some small bugfixes at the web configuration", - "versionchangelog":"https://www.hyperion-project.org/blog/id1", - "channel" : "Stable" - }, - { - "versionnr" : "2.0.9", - "versiondesc": "Last beta before releasing 2.1.0", - "versionchangelog":"https://www.hyperion-project.org/blog/id2", - "channel" : "Beta" - }, - { - "versionnr" : "2.0.1", - "versiondesc": "This is a bugfix release for 2.0.0", - "versionchangelog": "https://www.hyperion-project.org/blog/id3", - "channel" : "Stable" - }, - { - "versionnr" : "2.0.0", - "versiondesc": "Version 2.0.0 introduces the succesor of Hyperion 1.0 with plenty new features to discover with a entire code rework and a highly extended JSON RPC!", - "versionchangelog": "https://www.hyperion-project.org/blog/id0", - "channel" : "Stable" - } -] +{ + "versionnr": "1.0.0", + "versiondesc": "Hyperion.NG introduces the succesor of Hyperion 1.0 with plenty new features to discover with a entire code rework and a highly extended JSON RPC!", + "versionchangelog": "https://www.hyperion-project.org/blog/id0", + "channel": "Beta" +}