From 27a8ca353e2cf1a1e02137729b1ecabe70e06993 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Sun, 30 Mar 2014 21:25:55 +0200 Subject: [PATCH] Remove development versions from metadata.json.in (3.11.x), just keep major versions (3.6 - 3.12). --- data/metadata.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/metadata.json.in b/data/metadata.json.in index 2b923c0..f3449a4 100644 --- a/data/metadata.json.in +++ b/data/metadata.json.in @@ -2,7 +2,7 @@ "uuid": "@uuid@", "name": "Panel OSD", "description": "Configuring where on the (main) screen notifications will appear, instead of just above the message tray", -"shell-version": [ "3.6", "3.8", "3.10", "3.11.5", "3.11.90", "3.11.91", "3.12" ], +"shell-version": [ "3.6", "3.8", "3.10", "3.12" ], "localedir": "@LOCALEDIR@", "url": "@url@" }