Skip to content

Commit

Permalink
I dub thee v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Aug 3, 2015
1 parent 04946b8 commit 8637f09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ This gem follows [semantic versioning](http://semver.org), with the date of the

e.g. "0.1.0.20150413.alpha" has the April 13, 2015 release of game-icons.net

## v0.13.0 / Unreleased
## v0.14.0 / 2015-08-03
* Update for Aug 3 icons

## v0.13.0 / 2015-07-30
* Added a "Did you mean..." fuzzy search to the exception handler on `GameIcons.get`
* Update for Jul 30 icons

Expand Down
2 changes: 1 addition & 1 deletion lib/game_icons/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module GameIcons
# e.g. "0.1.0.20150413.alpha" will eventually become "0.1.0.20150413"
# Uses semantic versioning: http://semver.org/
# The date after the semver numbers is the build date take from game-icons.net
VERSION = '0.13.0.20150730'
VERSION = '0.14.0.20150803'
end

0 comments on commit 8637f09

Please sign in to comment.