diff --git a/Gemfile.lock b/Gemfile.lock index ff54475..4ae9a11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - stitches (3.2.0) + stitches (3.2.1) apitome pg rails @@ -141,3 +141,6 @@ PLATFORMS DEPENDENCIES rake stitches! + +BUNDLED WITH + 1.10.6 diff --git a/lib/stitches/version.rb b/lib/stitches/version.rb index 44d134a..77b6fdf 100644 --- a/lib/stitches/version.rb +++ b/lib/stitches/version.rb @@ -1,3 +1,3 @@ module Stitches - VERSION = '3.2.0' + VERSION = '3.2.1' end