From a35e47205518a033e0272686cf4083496c339034 Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 28 Nov 2018 20:15:03 -0700 Subject: update contact info --- shard.yml | 4 ++-- src/xdg_basedir.cr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shard.yml b/shard.yml index 8146c4c..a184eab 100644 --- a/shard.yml +++ b/shard.yml @@ -1,8 +1,8 @@ name: xdg_basedir -version: 1.0.0 +version: 1.0.1 authors: - - katherine + - katherine crystal: 0.27.0 diff --git a/src/xdg_basedir.cr b/src/xdg_basedir.cr index b406841..e6e7b89 100644 --- a/src/xdg_basedir.cr +++ b/src/xdg_basedir.cr @@ -20,7 +20,7 @@ # For more details, please refer to the specification, which is available # online [here](https://specifications.freedesktop.org/basedir-spec/0.7/). module XDGBasedir - VERSION = "1.0.0" + VERSION = "1.0.1" # get the base directory into which files of a given *type* should be written # -- cgit v1.2.3