From 71cbd15f2f21cead20dbdc44f12d12f50852542c Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 12 Sep 2019 09:00:57 +0200 Subject: Bump version to 0.1.0 --- CHANGELOG.md | 2 +- META6.json | 2 +- 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 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 -=VERSION 0.0.0 +=VERSION 0.1.0 =head1 Synopsis -- cgit v1.1