diff options
author | Patrick Spek <p.spek@tyil.nl> | 2019-09-12 09:00:57 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2019-09-12 09:00:57 +0200 |
commit | 71cbd15f2f21cead20dbdc44f12d12f50852542c (patch) | |
tree | 58c4935b5469359995bfc9322143eca8eb44f290 | |
parent | 4f1530055cafb849de542f6f4a2434e7f7ede358 (diff) | |
download | io-path-xdg-71cbd15f2f21cead20dbdc44f12d12f50852542c.tar.gz io-path-xdg-71cbd15f2f21cead20dbdc44f12d12f50852542c.tar.bz2 |
Bump version to 0.1.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | META6.json | 2 | ||||
-rw-r--r-- | lib/IO/Path/XDG.pm6 | 2 |
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 @@ -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 |