From 70b9eb97d2f6776d2fbcef9de64890330f402893 Mon Sep 17 00:00:00 2001 From: MrMelon Date: Fri, 30 Apr 2021 13:49:22 +0100 Subject: [PATCH] Jump to 1.1 and make sure melonvpngui package requires the correct package versions --- project-gui.json | 4 ++-- project.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project-gui.json b/project-gui.json index b42cafd..7668830 100644 --- a/project-gui.json +++ b/project-gui.json @@ -1,10 +1,10 @@ { "Package": "melonvpngui", - "Version": "1.0-1", + "Version": "1.1-0", "Section": "base", "Priority": "optional", "Architecture": "amd64", - "Depends": "libappindicator3-1, melonvpn", + "Depends": "libappindicator3-1 (>= 0.4), melonvpn (>= 1.1-0)", "Maintainer": "MrMelon54 ", "Description": "A GUI addon for the Melon VPN client" } diff --git a/project.json b/project.json index e6ace8c..5114266 100644 --- a/project.json +++ b/project.json @@ -1,6 +1,6 @@ { "Package": "melonvpn", - "Version": "1.0-2", + "Version": "1.1-0", "Section": "base", "Priority": "optional", "Architecture": "amd64",