Skip to content

Commit

Permalink
Bump to version 1.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Jul 14, 2019
1 parent 662ad26 commit 39b9e26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<a href="https://github.com/dmjio/miso/blob/master/LICENSE">
<img src="http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat-square" alt="LICENSE">
</a>
<a href="https://hydra.dmj.io">
<img src="https://img.shields.io/badge/build-Hydra-00BDFD.svg?style=flat-square" alt="Miso Hydra">
<a href="https://haskell-miso.cachix.org">
<img src="https://img.shields.io/badge/build-cachix-00BDFD.svg?style=flat-square" alt="Cachix">
</a>
<a href="https://www.irccloud.com/invite?channel=%23haskell-miso&amp;hostname=irc.freenode.net&amp;port=6697&amp;ssl=1">
<img src="https://img.shields.io/badge/irc-%23haskell--miso-1e72ff.svg?style=flat-square" alt="IRC #haskell-miso">
Expand Down Expand Up @@ -341,7 +341,7 @@ By default `miso` uses a known-to-work, pinned version of [`nixpkgs`](https://gi
## Binary cache
`nix` users on a Linux or OSX distro can take advantage of a [binary cache](https://hydra.dmj.io/nix-cache-info) for faster builds. To use the binary cache follow the instructions on `https://haskell-miso.cachix.org/`.
`nix` users on a Linux or OSX distro can take advantage of a [binary cache](https://haskell-miso.cachix.org) for faster builds. To use the binary cache follow the instructions on [cachix](https://haskell-miso.cachix.org/).
```bash
cachix use haskell-miso
Expand Down
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.2.0";
version = "1.0.0.0";
src = ./.;
configureFlags = [ "-fexamples" "-fjsaddle" ];
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.2.0
version: 1.0.0.0
category: Web, Miso, Data Structures
license: BSD3
license-file: LICENSE
Expand Down

0 comments on commit 39b9e26

Please sign in to comment.