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" +}