Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
matthewstyler committed Aug 8, 2023
1 parent a06db4f commit 5e279f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-perlin-2D-map-generator.gemspec
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

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

0 comments on commit 5e279f9

Please sign in to comment.