Skip to content

Commit

Permalink
minor version bump (1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahn committed Sep 23, 2012
1 parent aa27e2c commit 4833d3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.1 (since 1.0)
-----------------

Fixed problems with special characters in filesystem paths on windows


1.0 (since 0.5.1.2)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import Data.Version
nikkiVersion :: Version
nikkiVersion = Version version tags
where
version = 1 : 0 : []
version = 1 : 0 : 1 : []
tags = ["marley"]
2 changes: 1 addition & 1 deletion src/nikki.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: nikki
version: 1.0
version: 1.0.1
Category: Game
Author: Florian Hofer, Sönke Hahn, Nikolaus Muxfeldt, qubodup
Maintainer: shahn@joyridelabs.de
Expand Down
2 changes: 1 addition & 1 deletion src/rootInstall/nikki.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: nikki
version: 1.0
version: 1.0.1
Category: Game
Author: Florian Hofer, Sönke Hahn
Maintainer: shahn@joyridelabs.de
Expand Down

0 comments on commit 4833d3e

Please sign in to comment.