diff --git a/configure.ac b/configure.ac
index 65cbb6f..1f750a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
-AC_INIT([GstInterpipe],[1.1.2],
+AC_INIT([GstInterpipe],[1.1.3],
[http://www.github.com/RidgeRun/gst-interpipe-1.0],
[gst-interpipe],
[http://developer.ridgerun.com/wiki/index.php?title=GstInterpipe])
diff --git a/gst-interpipe.doap b/gst-interpipe.doap
index 4c04fe1..8dd5865 100644
--- a/gst-interpipe.doap
+++ b/gst-interpipe.doap
@@ -30,6 +30,16 @@ GstInterpipe is a plug-in with two elements which allow the communication betwee
+
+
+ 1.1.3
+ master
+
+ 2020-09-15
+
+
+
+
1.1.2
diff --git a/meson.build b/meson.build
index 08dee92..78bbd81 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-interpipes', 'c',
- version : '1.1.2',
+ version : '1.1.3',
meson_version : '>= 0.50',)
gst_interpipes_version = meson.project_version()