diff --git a/Gemfile.lock b/Gemfile.lock
index 08a3c79..8317e09 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -7,7 +7,7 @@ GIT
 PATH
   remote: .
   specs:
-    nice_partials (0.10.0)
+    nice_partials (0.10.1)
       actionview (>= 4.2.6)
 
 GEM
diff --git a/lib/nice_partials/version.rb b/lib/nice_partials/version.rb
index cba961c..b8ce3cf 100644
--- a/lib/nice_partials/version.rb
+++ b/lib/nice_partials/version.rb
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module NicePartials
-  VERSION = "0.10.0"
+  VERSION = "0.10.1"
 end