Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 782e0af

Browse files
author
Moritz Walter
committed
remove beta
1 parent 38baf6d commit 782e0af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name=Webinterface
2-
version=1.8_beta3
2+
version=1.8
33
author=TheSystems
44
main=eu.thesystems.cloudnet.webinterface.WebInterfaceModule

WebSite/config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
$version = json_encode(array(
3-
"version" => "1.8_beta3",
3+
"version" => "1.8",
44
"version_url" => "https://project.the-systems.eu/api/resource/?resourceid=1&type=allinfos"
55
));

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>eu.thesystems.cloudnet</groupId>
88
<artifactId>webinterface-v0</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.8</version>
1010
<build>
1111
<plugins>
1212
<plugin>

0 commit comments

Comments
 (0)