Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
plu committed Dec 12, 2016
1 parent 2778c1f commit 9b321e4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 1.5.6

* Fix custom device set path with spaces

# 1.5.5

* Support updating the hardware keyboard setting

# 1.5.4

* Support uninstall command

# 1.5.3

* Support openurl command

# 1.5.2

* Support custom device set path
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
simctl (1.5.5)
simctl (1.5.6)
CFPropertyList

GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.3)
CFPropertyList (2.3.4)
coveralls (0.8.10)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
Expand Down Expand Up @@ -56,4 +56,4 @@ DEPENDENCIES
simctl!

BUNDLED WITH
1.13.1
1.13.6
2 changes: 1 addition & 1 deletion lib/simctl/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimCtl
VERSION = '1.5.5'
VERSION = '1.5.6'
end

0 comments on commit 9b321e4

Please sign in to comment.