diff --git a/wcc-contentful-app/lib/wcc/contentful/app/version.rb b/wcc-contentful-app/lib/wcc/contentful/app/version.rb index 1087c27c..2bb11ca9 100644 --- a/wcc-contentful-app/lib/wcc/contentful/app/version.rb +++ b/wcc-contentful-app/lib/wcc/contentful/app/version.rb @@ -3,7 +3,7 @@ module WCC module Contentful module App - VERSION = '1.7.0' + VERSION = '1.7.1' end end end diff --git a/wcc-contentful/lib/wcc/contentful/version.rb b/wcc-contentful/lib/wcc/contentful/version.rb index 86d47678..5179ea5f 100644 --- a/wcc-contentful/lib/wcc/contentful/version.rb +++ b/wcc-contentful/lib/wcc/contentful/version.rb @@ -2,6 +2,6 @@ module WCC module Contentful - VERSION = '1.7.0' + VERSION = '1.7.1' end end