[gedit-plugins] Bump version to 3.38.1



commit 3d7a13dd06ed080c75e6c3fda2a604d3db392d3f
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Oct 11 18:42:47 2020 +0200

    Bump version to 3.38.1
    
    We will need to bump the version differently for GNOME 40. In the
    meantime, just increment the micro version.

 README.md   | 2 +-
 meson.build | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/README.md b/README.md
index 2fe97ad..001aeb5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 gedit-plugins
 =============
 
-This is version 3.38.0 of gedit-plugins.
+This is version 3.38.1 of gedit-plugins.
 
 gedit-plugins is a set of additional plugins for the
 [gedit](https://wiki.gnome.org/Apps/Gedit) text editor.
diff --git a/meson.build b/meson.build
index 6b40dc1..3686069 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gedit-plugins', 'c', # vala is added below if needed, with add_languages().
-  version: '3.38.0',
+  version: '3.38.1',
   meson_version: '>= 0.50'
 )
 
@@ -26,7 +26,7 @@ localedir = join_paths(datadir, 'locale')
 
 # Dependencies in common for all plugins
 libpeas_dep = dependency('libpeas-1.0', version: '>= 1.14.1')
-tepl_dep = dependency('tepl-5', version: '>= 5.1.0')
+tepl_dep = dependency('tepl-5', version: '>= 5.1.1')
 gedit_dep = dependency('gedit', version: '>= 3.38')
 
 appstream_util = find_program('appstream-util', required: false)


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