From 3f7d20327ae2115d190b4539b9e39d7678862404 Mon Sep 17 00:00:00 2001 From: jderose9 Date: Wed, 4 Jan 2017 21:49:56 -0500 Subject: [PATCH] add build version to metadata file --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 8fefd24..02b6724 100644 --- a/metadata.json +++ b/metadata.json @@ -5,5 +5,6 @@ "description": "An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.\n\nIt is recommended to set Top Bar > Show Applications Menu off in Gnome Tweak Tool so that the application menu for native gnome apps will be presented within the application's window. It is also recommended to turn Windows > Titlebar Buttons > Minimize & Maximize on.", "shell-version": [ "3.20", "3.22" ], "url": "https://github.com/jderose9/dash-to-panel", -"gettext-domain": "dash-to-panel" +"gettext-domain": "dash-to-panel", +"version": -1 }