Skip to content

Commit c7d9ac7

Browse files
committed
I dub thee v0.33
1 parent 91d01d0 commit c7d9ac7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This gem follows [semantic versioning](http://semver.org), with the date of the
44

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

7+
## v0.33.0 / 2016-09-06
8+
* Update to the Aug 22 icons
9+
710
## v0.32.0 / 2016-06-20
811
* Update to the latest icons
912

lib/game_icons/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ module GameIcons
33
# e.g. "0.1.0.20150413.alpha" will eventually become "0.1.0.20150413"
44
# Uses semantic versioning: http://semver.org/
55
# The date after the semver numbers is the build date from game-icons.net
6-
VERSION = '0.33.0.YYYYMMDD'
6+
VERSION = '0.33.0.20160822'
77
end

spec/regression_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# These are tests that will change with each release, but might find brokenness as we go.
55

66
describe GameIcons do
7-
it('has the expected number of icons') { expect(GameIcons.names.count).to eq(2154) }
7+
it('has the expected number of icons') { expect(GameIcons.names.count).to eq(2251) }
88

99
it 'loads known svg data' do
1010
exp = <<-EOSVG

0 commit comments

Comments
 (0)