summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--META6.json3
-rw-r--r--lib/String/Fold.pm62
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b9a350..b247636 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).
-## [UNRELEASED]
+## [0.1.1] - 2018-08-28
### Changed
- Now using `.words` instead of `.comb`, which improves performance by about
10%.
diff --git a/META6.json b/META6.json
index 6435e5b..0cde673 100644
--- a/META6.json
+++ b/META6.json
@@ -1,4 +1,5 @@
{
+ "api": "0",
"authors": [
"Patrick Spek <p.spek@tyil.work>"
],
@@ -20,5 +21,5 @@
"tags": [
],
- "version": "0.1.0"
+ "version": "0.1.1"
} \ No newline at end of file
diff --git a/lib/String/Fold.pm6 b/lib/String/Fold.pm6
index 9043b94..1469152 100644
--- a/lib/String/Fold.pm6
+++ b/lib/String/Fold.pm6
@@ -72,7 +72,7 @@ sub new-line-length (
=NAME String::Fold
=AUTHOR Patrick Spek <p.spek@tyil.work>
-=VERSION 0.1.0
+=VERSION 0.1.1
=head1 SYNOPSIS