From 8518255ccba13dac287dc7809e7fbe171b3a685f Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Fri, 27 Jan 2017 21:36:01 +0100 Subject: [PATCH] Update Version und Server for Updates --- PlayWall/src/application.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/PlayWall/src/application.yml b/PlayWall/src/application.yml index 79235732..0f185c7a 100644 --- a/PlayWall/src/application.yml +++ b/PlayWall/src/application.yml @@ -1,17 +1,17 @@ name: PlayWall -version: 6.0.1 -build: 37 +version: 6.1.0 +build: 38 identifier: de.tobias.playpad.v6 main: de.tobias.playpad.PlayPadMain author: Tobias Ullerich backup: false iconPath: icon -updateURL: http://tobisan.no-ip.org/files/PlayWall +updateURL: https://tobisan.ddns.net/playwall/resources/executables userInfo: Website: http://tobisan.no-ip.org/ ErrorURL: http://tobisan.no-ip.org/upload.php PluginsURL: - Stable: http://tobisan.no-ip.org/files/PlayWall/stable/plugins.yml - Beta: http://tobisan.no-ip.org/files/PlayWall/beta/plugins.yml - ChangelogURL: http://s522730663.online.de/programmer/roadmap/php/index.php?id=1 - UpdaterProgram: http://tobisan.no-ip.org/files/Updater/ + Stable: https://tobisan.ddns.net/playwall/resources/executables/stable/plugins.yml + Beta: https://tobisan.ddns.net/playwall/resources/executables/beta/plugins.yml + ChangelogURL: https://tobisan.ddns.net/roadmap/php/index.php?id=1 + UpdaterProgram: https://tobisan.ddns.net/playwall/resources/executables/utils/ -- GitLab