Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Jan 25, 2016
1 parent ce491b6 commit 0ccc93f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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.26.0 / 2016-01-25
* Fix version number

## v0.26.0 / 2016-01-25
* Update for Jan 24 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 from game-icons.net
VERSION = '0.26.0'
VERSION = '0.26.1.20160124'
end

0 comments on commit 0ccc93f

Please sign in to comment.