aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-09-12 09:00:57 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-09-12 09:00:57 +0200
commit71cbd15f2f21cead20dbdc44f12d12f50852542c (patch)
tree58c4935b5469359995bfc9322143eca8eb44f290
parent4f1530055cafb849de542f6f4a2434e7f7ede358 (diff)
Bump version to 0.1.0v0.1.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--META6.json2
-rw-r--r--lib/IO/Path/XDG.pm62
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1003abb..6d74a60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,5 +5,5 @@ 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.0] - 2019-09-12
- Initial release
diff --git a/META6.json b/META6.json
index 387e5e6..ce7beac 100644
--- a/META6.json
+++ b/META6.json
@@ -21,5 +21,5 @@
"tags": [
],
- "version": "0.0.0"
+ "version": "0.1.0"
} \ No newline at end of file
diff --git a/lib/IO/Path/XDG.pm6 b/lib/IO/Path/XDG.pm6
index f0ab832..40730f4 100644
--- a/lib/IO/Path/XDG.pm6
+++ b/lib/IO/Path/XDG.pm6
@@ -65,7 +65,7 @@ sub xdg-runtime-dir (
=NAME IO::Path::XDG
=AUTHOR Patrick Spek <p.spek@tyil.work>
-=VERSION 0.0.0
+=VERSION 0.1.0
=head1 Synopsis