Skip to content

Commit

Permalink
Merge pull request #4 from equivalent/release-0.2
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
equivalent committed Oct 7, 2015
2 parents f9bbd5d + 85c2e02 commit 5c275cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/maze_magic/maze_generator/recursive_backtracking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class RecursiveBacktracking

attr_reader :grid

def initialize(grid: grid)
def initialize(grid:)
@grid = grid
end

Expand Down
2 changes: 1 addition & 1 deletion lib/maze_magic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MazeMagic
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 5c275cd

Please sign in to comment.