Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
soenkehahn committed Apr 19, 2018
1 parent 99c183c commit 0bef26a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions src/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.1.1 (since 1.0.1)
-----------------

Added story mode levels to the open source repo
Fixed some packaging issues for Arch Linux


1.0.1 (since 1.0)
-----------------

Expand Down
4 changes: 2 additions & 2 deletions 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 : 1 : []
tags = ["marley"]
version = 1 : 1 : 1 : []
tags = ["archie"]
4 changes: 2 additions & 2 deletions src/nikki.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 048f123cbc7bee6eb211aa2fbad949445d1b92aab59361aa2a56e523ab2de404
-- hash: 350b58181f14d588c349eda05102c3fe3e14c2e55a0e7259d4c64236ba6ff3c6

name: nikki
version: 1.0.1
version: 1.1.1
category: Game
author: Florian Hofer, Sönke Hahn, Nikolaus Muxfeldt, qubodup
maintainer: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nikki
version: '1.0.1'
version: '1.1.1'
category: Game
author: Florian Hofer, Sönke Hahn, Nikolaus Muxfeldt, qubodup
maintainer: [email protected]
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.1
version: 1.1.1
Category: Game
Author: Florian Hofer, Sönke Hahn
Maintainer: [email protected]
Expand Down

0 comments on commit 0bef26a

Please sign in to comment.