Skip to content

Commit

Permalink
Bump to 0.12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Jan 14, 2018
1 parent 376b633 commit d86f21b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ compiler-check: match-exact
packages:
- '.'
extra-deps:
- miso-0.11.0.0
- miso-0.12.0.0
setup-info:
ghcjs:
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.11.0.0";
version = "0.12.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.11.0.0";
version = "0.12.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.11.0.0
version: 0.12.0.0
category: Web, Miso, Data Structures
license: BSD3
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion sample-app/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compiler-check: match-exact
packages:
- '.'
extra-deps:
- miso-0.11.0.0
- miso-0.12.0.0

setup-info:
ghcjs:
Expand Down

0 comments on commit d86f21b

Please sign in to comment.