diff --git a/Gemfile.lock b/Gemfile.lock index 31430e5..ff49aa8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ PATH remote: . specs: - simctl (1.6.2) + simctl (1.6.3) CFPropertyList naturally GEM remote: https://rubygems.org/ specs: - CFPropertyList (2.3.5) + CFPropertyList (3.0.0) ast (2.3.0) coveralls (0.8.17) json (>= 1.8, < 3) @@ -70,4 +70,4 @@ DEPENDENCIES simctl! BUNDLED WITH - 1.15.4 + 1.16.0 diff --git a/lib/simctl/version.rb b/lib/simctl/version.rb index 2a9a17f..e31bff2 100644 --- a/lib/simctl/version.rb +++ b/lib/simctl/version.rb @@ -1,3 +1,3 @@ module SimCtl - VERSION = '1.6.2'.freeze + VERSION = '1.6.3'.freeze end