bump to 1.0.1

main 1.0.1
Brian Hicks 2019-07-10 09:51:33 -05:00
parent a45438026a
commit 96be198291
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 1.0.1 (July 10, 2019)
updates to README to clarify common questions
## 1.0.0 (July 5, 2019)
initial release, mirroring the `elm/core` `String` module

View File

@ -3,11 +3,11 @@
"name": "BrianHicks/elm-string-graphemes",
"summary": "Do string operations based on graphemes instead of codepoints or bytes.",
"license": "BSD-3-Clause",
"version": "1.0.0",
"elm-version": "0.19.0 <= v < 0.20.0",
"version": "1.0.1",
"exposed-modules": [
"String.Graphemes"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.2 <= v < 2.0.0"
},