From 86c43720cbfd34e57e863e2c8823062bed19a93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 1 Jul 2024 23:02:08 +0200 Subject: [PATCH] Update to version 1.2 --- ssdd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssdd.c b/ssdd.c index df4c2f6..0232603 100644 --- a/ssdd.c +++ b/ssdd.c @@ -49,7 +49,7 @@ static void show_about_dialog(GtkWidget *widget) { GtkWidget *box; const gchar *about_text = "\nAbout Stig's ShutDown Dialog\n\n" - "Version: 1.1\n" + "Version: 1.2\n" "Author: kekePower\n" "URL: https://git.kekepower.com/kekePower/ssdd\n" "Description: This is a simple Shutdown Dialog for Openbox.\n";