Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pietbrauer committed Oct 12, 2016
1 parent 4747b07 commit 0c37a07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
xcres (0.6.0)
xcres (0.6.1)
activesupport (>= 4.0.2, < 5)
clamp (~> 0.6.3)
colored (~> 1.2)
Expand All @@ -10,7 +10,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.7)
activesupport (4.2.7.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand All @@ -35,7 +35,7 @@ GEM
json (1.8.3)
metaclass (0.0.4)
method_source (0.8.2)
minitest (5.9.0)
minitest (5.9.1)
mocha (1.1.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
Expand Down Expand Up @@ -68,7 +68,7 @@ GEM
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (1.0.2)
xcodeproj (1.2.0)
xcodeproj (1.3.1)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
colored (~> 1.2)
Expand All @@ -91,4 +91,4 @@ DEPENDENCIES
xcres!

BUNDLED WITH
1.12.5
1.13.1
2 changes: 1 addition & 1 deletion lib/xcres/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module XCRes
#
# XCRes’s version, following [semver](http://semver.org).
#
VERSION = "0.6.0"
VERSION = "0.6.1"

end
2 changes: 1 addition & 1 deletion spec/integration/version/after/execution_output.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ROOT/bin/xcres version --verbose --no-ansi 2>&1
Ⓥ Verbose mode is enabled.
0.6.0
0.6.1

0 comments on commit 0c37a07

Please sign in to comment.