From 1cc35e0ee740d5c0c37840c9a28d4a3ae2ea2e05 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Mon, 29 Apr 2019 20:25:40 +0300 Subject: [PATCH] Bump to release 6 for MATE 1.22 fix --- README.md | 9 ++++----- configure.ac | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3a11b08..8ce0d56 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ mate-notification-theme-slate is a [Solus project](https://getsol.us/) ![logo](https://build.getsol.us/logo.png) -![screenshot](https://raw.githubusercontent.com/solus-project/mate-notification-theme-slate/master/landing.png) +![screenshot](https://raw.githubusercontent.com/getsolus/mate-notification-theme-slate/master/landing.png) Building -------- @@ -37,7 +37,7 @@ Clone the repository: ```bash - git clone https://github.com/solus-project/mate-notification-theme-slate.git + git clone https://github.com/getsolus/mate-notification-theme-slate.git ``` Now build it: @@ -52,7 +52,6 @@ Now build it: License ------- -Copyright © 2016-2017 Ikey Doherty, Solus Project -Copyright © 2018-2019 Solus Project +Copyright © 2016-2019 Solus -mate-notification-theme-slate is available under the terms of the `LGPL-2.1` license +mate-notification-theme-slate is available under the terms of the `LGPL-2.1-or-later` license diff --git a/configure.ac b/configure.ac index 8fcfefa..a0995d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-notification-theme-slate], 5, [ikey@solus-project.com], [mate-notification-theme-slate], [https://github.com/solus-project/mate-notification-theme-slate/issues]) +AC_INIT([mate-notification-theme-slate], 6, [joshua@getsol.us], [mate-notification-theme-slate], [https://github.com/getsolus/mate-notification-theme-slate/issues]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects]) AC_PROG_CC