diff --git a/README.md b/README.md index 50d300e..1f04fce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # elm-crypto [![live-demo](https://img.shields.io/badge/live-demo-blue.svg)](http://elm-crypto.betweenconcepts.com) -[![elm-package](https://img.shields.io/badge/elm-1.1.0-blue.svg)](http://package.elm-lang.org/packages/ktonon/elm-crypto/latest) +[![elm-package](https://img.shields.io/badge/elm-1.1.1-blue.svg)](http://package.elm-lang.org/packages/ktonon/elm-crypto/latest) [![CircleCI](https://img.shields.io/circleci/project/github/ktonon/elm-crypto.svg)](https://circleci.com/gh/ktonon/elm-crypto) Cryptography with HMAC and SHA. diff --git a/elm-package.json b/elm-package.json index c46a4b6..0ab568c 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "1.1.0", + "version": "1.1.1", "summary": "Compute HMAC with SHA-2 hash functions or use SHA-2 directly.", "repository": "https://github.com/ktonon/elm-crypto.git", "license": "MIT",