From 5ae1843232825e8afa1576cc4da873b45dc2bbce Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 19 Feb 2022 09:19:01 +0100 Subject: [PATCH] Bump version for 1.0.1 --- Gemfile.lock | 2 +- lib/jsbundling/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0fb3e4f..4a1df66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jsbundling-rails (1.0.0) + jsbundling-rails (1.0.1) railties (>= 6.0.0) GEM diff --git a/lib/jsbundling/version.rb b/lib/jsbundling/version.rb index e3c69c4..cf4f1dd 100644 --- a/lib/jsbundling/version.rb +++ b/lib/jsbundling/version.rb @@ -1,3 +1,3 @@ module Jsbundling - VERSION = "1.0.0" + VERSION = "1.0.1" end