diff --git a/Gemfile.lock b/Gemfile.lock index 3491b0f..2f64b61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jbundle (0.1.0) + jbundle (0.1.1) closure-compiler rack thor diff --git a/lib/jbundle/version.rb b/lib/jbundle/version.rb index 90022d0..e9f3231 100644 --- a/lib/jbundle/version.rb +++ b/lib/jbundle/version.rb @@ -1,3 +1,3 @@ module JBundle - VERSION = "0.1.0" + VERSION = "0.1.1" end