aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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