diff --git a/configure.ac b/configure.ac
index 3349cd0..65cbb6f 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.1],
+AC_INIT([GstInterpipe],[1.1.2],
[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 afc7035..4c04fe1 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.2
+ master
+
+ 2020-08-13
+
+
+
+
1.1.1
diff --git a/meson.build b/meson.build
index c76753d..08dee92 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-interpipes', 'c',
- version : '1.0.4',
+ version : '1.1.2',
meson_version : '>= 0.50',)
gst_interpipes_version = meson.project_version()