[gnome-tour/gnome-40] bump to 40.1



commit 2756b95a3dd03c6effde6488ae60eb632e91bb28
Author: Bilal Elmoussaoui <belmouss redhat com>
Date:   Wed Feb 23 10:26:47 2022 +0100

    bump to 40.1

 Cargo.lock                             | 2 +-
 Cargo.toml                             | 2 +-
 data/org.gnome.Tour.metainfo.xml.in.in | 1 +
 meson.build                            | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/Cargo.lock b/Cargo.lock
index 129c83f..e2c15d3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -345,7 +345,7 @@ dependencies = [
 
 [[package]]
 name = "gnome-tour"
-version = "40.0.0"
+version = "40.1.0"
 dependencies = [
  "gdk",
  "gettext-rs",
diff --git a/Cargo.toml b/Cargo.toml
index 04f7eca..c3d8ad3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "gnome-tour"
-version = "40.0.0"
+version = "40.1.0"
 authors = ["Bilal Elmoussaoui <bil elmoussaoui gmail com>"]
 edition = "2018"
 
diff --git a/data/org.gnome.Tour.metainfo.xml.in.in b/data/org.gnome.Tour.metainfo.xml.in.in
index cad2207..b016e98 100644
--- a/data/org.gnome.Tour.metainfo.xml.in.in
+++ b/data/org.gnome.Tour.metainfo.xml.in.in
@@ -20,6 +20,7 @@
   <url type="donation">http://www.gnome.org/friends/</url>
   <content_rating type="oars-1.0" />
   <releases>
+    <release version="40.1" date="2022-02-23" />
     <release version="40.0" date="2021-03-23" />
     <release version="3.38.0" date="2020-09-15" />
     <release version="3.37.92" date="2020-09-08" type="developement" />
diff --git a/meson.build b/meson.build
index 4803c89..14ef18c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-tour',
         'rust',
-        version: '40.0',
+        version: '40.1',
        meson_version : '>= 0.50')
 
 i18n = import('i18n')


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