From fcdabcb59db9a614db9596640774659020a9d918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sun, 30 Jun 2024 12:05:52 +0200 Subject: [PATCH] Update to version 1.1 --- ssdd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssdd.c b/ssdd.c index 24dee25..3a6dcd8 100644 --- a/ssdd.c +++ b/ssdd.c @@ -47,7 +47,7 @@ static void show_about_dialog(GtkWidget *widget) { GtkWidget *box; const gchar *about_text = "\nAbout Stig's ShutDown Dialog\n\n" - "Version: 1.0\n" + "Version: 1.1\n" "Author: kekePower\n" "URL: https://git.kekepower.com/kekePower/ssdd\n" "Description: This is a simple Shutdown Dialog for Openbox.\n";