summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-08-05 15:41:00 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-08-05 15:41:00 +0200
commit16f47aaceb89a6e5b87a1bcf1969123e47c94aa1 (patch)
tree0955e1fb487b324b151471b62929e1ff9b92f8c9
parent6debedec5f308607c38273cdb5d7a43de531c55f (diff)
Bump version to v0.2.0HEADmaster
-rw-r--r--CHANGELOG.md2
-rw-r--r--META6.json2
-rw-r--r--lib/String/Fold.pm62
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 964bf7c..e35a319 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.2.0] - 2019-08-05
### Changed
diff --git a/META6.json b/META6.json
index 841e20c..0dafe03 100644
--- a/META6.json
+++ b/META6.json
@@ -21,5 +21,5 @@
"tags": [
],
- "version": "0.1.2"
+ "version": "0.2.0"
} \ No newline at end of file
diff --git a/lib/String/Fold.pm6 b/lib/String/Fold.pm6
index 0bd2296..8640bf8 100644
--- a/lib/String/Fold.pm6
+++ b/lib/String/Fold.pm6
@@ -62,7 +62,7 @@ multi sub line-length (
=NAME String::Fold
=AUTHOR Patrick Spek <p.spek@tyil.work>
-=VERSION 0.1.0
+=VERSION 0.2.0
=head1 SYNOPSIS