Skip to content

Commit

Permalink
Bump to 0.21.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Sep 9, 2018
1 parent 995d8d2 commit bb2be32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion miso-ghc-jsaddle.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "miso";
version = "0.21.1.0";
version = "0.21.2.0";
src = ./.;
configureFlags = [ "-fexamples" "-fjsaddle" ];
isLibrary = true;
Expand Down
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.21.1.0";
version = "0.21.2.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.21.1.0";
version = "0.21.2.0";
src = ./.;
configureFlags = [ "-fexamples" "-ftests" ];
isLibrary = 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.21.1.0
version: 0.21.2.0
category: Web, Miso, Data Structures
license: BSD3
license-file: LICENSE
Expand Down

0 comments on commit bb2be32

Please sign in to comment.