diff --git a/Gemfile.lock b/Gemfile.lock index ccdc06b..94bd0b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - stitches (3.1.0) + stitches (3.2.0) apitome pg rails diff --git a/lib/stitches/version.rb b/lib/stitches/version.rb index e01183e..44d134a 100644 --- a/lib/stitches/version.rb +++ b/lib/stitches/version.rb @@ -1,3 +1,3 @@ module Stitches - VERSION = '3.1.0' -end \ No newline at end of file + VERSION = '3.2.0' +end