Skip to content

Commit

Permalink
Bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanlkan committed Jul 1, 2016
1 parent a880df1 commit 5026c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animal_chess.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class MainWindow < FXMainWindow

TITLE = "Animal Chess"
VERSION = " 0.9.0"
VERSION = " 1.0.0"
VEC_LION = [[-1,-1],[-1,0],[-1,1],[0,-1],[0,1],[1,-1],[1,0],[1,1]]
VEC_LION_INV = VEC_LION
VEC_GIRAFFE = [[-1,0],[0,-1],[0,1],[1,0]]
Expand Down

0 comments on commit 5026c6e

Please sign in to comment.