Update to version 1.1

This commit is contained in:
Stig-Ørjan Smelror 2024-06-30 12:05:52 +02:00
parent 1cba6e01e7
commit 53b958e872

2
ssdd.c
View File

@ -47,7 +47,7 @@ static void show_about_dialog(GtkWidget *widget) {
GtkWidget *box;
const gchar *about_text =
"\nAbout Stig's ShutDown Dialog\n\n"
"<b>Version:</b> 1.0\n"
"<b>Version:</b> 1.1\n"
"<b>Author:</b> kekePower\n"
"<b>URL:</b> <a href=\"https://git.kekepower.com/kekePower/ssdd\">https://git.kekepower.com/kekePower/ssdd</a>\n"
"<b>Description:</b> This is a simple Shutdown Dialog for Openbox.\n";