diff --git a/Gemfile.lock b/Gemfile.lock index 803c93b..eee2baa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - u-menu (0.4.0) + u-menu (0.6.0) pastel tty-prompt diff --git a/lib/micro/menu/version.rb b/lib/micro/menu/version.rb index 6aaedc5..b867c3a 100644 --- a/lib/micro/menu/version.rb +++ b/lib/micro/menu/version.rb @@ -2,6 +2,6 @@ module Micro module Menu - VERSION = '0.4.0' + VERSION = '0.6.0' end end