Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ktonon committed Nov 29, 2017
1 parent f4ad6c6 commit 5fd42f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5fd42f4

Please sign in to comment.