Skip to content

Commit 1979175

Browse files
committed
bump version
1 parent 0afbaee commit 1979175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-perlin-2D-map-generator.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'ruby-perlin-2D-map-generator'
5-
s.version = '0.0.3'
5+
s.version = '0.0.4'
66
s.summary = 'Procedurally generate seeded and customizable 2D maps, rendered with ansi colours or described in a 2D array of hashes'
77
s.description = 'A gem that procedurally generates a seeded and customizable 2D map using perlin noise. Map can be rendered in console ' \
88
'using ansi colors or returned as 2D array of hashes describing each tile and binome. Completely' \

0 commit comments

Comments
 (0)