diff --git a/.VERSION_PREFIX b/.VERSION_PREFIX index 809bdcb..9f76d37 100644 --- a/.VERSION_PREFIX +++ b/.VERSION_PREFIX @@ -1 +1 @@ -1.12 +1.13 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4dd24..ee2bb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 1.13.95 (2022-01-28 / a9cbeff) ## Fixed @@ -100,4 +100,4 @@ not take into account utf-16 encoding. ## Added -- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers` +- Initial release, public vars: `uri`, `join`, `coerce`, `parse`, `edn-readers` \ No newline at end of file diff --git a/README.md b/README.md index 9fadf3a..0e7ea3e 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,13 @@ To install, add the following dependency to your project or build file: deps.edn: ``` clojure -lambdaisland/uri {:mvn/version "1.12.89"} +lambdaisland/uri {:mvn/version "1.12.95"} ``` project.clj ``` clojure -[lambdaisland/uri "1.12.89"] +[lambdaisland/uri "1.12.95"] ``` ## Usage