[libadwaita/wip/exalm/113] Release 1.1.3




commit 53de9a9972e60a9c53ec2ff5cce4e4d327206cf0
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Jul 3 04:01:35 2022 +0400

    Release 1.1.3

 NEWS        | 13 +++++++++++++
 meson.build |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 70984e2b..10810c13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+=============
+Version 1.1.3
+=============
+
+- AdwLeaflet
+  - Fix a broken link in docs
+- AdwPreferencesGroup
+  - Fix accessibility labels
+- AdwToast
+  - Fix the example in docs
+- Stylesheet
+  - Add missing borders in high contrast version
+
 =============
 Version 1.1.2
 =============
diff --git a/meson.build b/meson.build
index b39f2bda..4ea55763 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libadwaita', 'c',
-          version: '1.1.2',
+          version: '1.1.3',
           license: 'LGPL-2.1-or-later',
     meson_version: '>= 0.59.0',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
@@ -29,7 +29,7 @@ package_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)
 # to 0. When bumping the second version, set the third one to zero.
 #
 # A lot easier than libtool, right?
-libversion = '0.1.4'
+libversion = '0.1.5'
 # The so major version of the library
 soversion = 0
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]