Skip to content

Commit

Permalink
Bump to 0.18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Mar 31, 2018
1 parent 469d46a commit 5fcb57a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion miso-ghc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "miso";
version = "0.17.0.0";
version = "0.18.0.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion miso-ghcjs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
mkDerivation {
pname = "miso";
version = "0.17.0.0";
version = "0.18.0.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion miso.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: miso
version: 0.17.0.0
version: 0.18.0.0
category: Web, Miso, Data Structures
license: BSD3
license-file: LICENSE
Expand Down

0 comments on commit 5fcb57a

Please sign in to comment.