Skip to content

Commit

Permalink
Update Changes/VERSION for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Dec 2, 2017
1 parent 29e2f75 commit 1a48909
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
--------------------
v0.2.1 2017-12-01
--------------------
Changes:
* Upgrade to ActiveRecord 4.2.10
* Lock HAML dependency to 4.X

Enhancements:
* Add command line arguments to install.rb
* Ruby 2.4 support

--------------------
v0.2.0 2017-03-18
--------------------
Expand Down
2 changes: 2 additions & 0 deletions install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,6 @@ def install
Made by ScreenStaring
http://ScreenStaring.com
---
MSG
2 changes: 1 addition & 1 deletion lib/itunes/store/transporter/web/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ITunes
module Store
module Transporter
module Web
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end
end
Expand Down

0 comments on commit 1a48909

Please sign in to comment.