diff options
| author | katherine <shmibs@airen-no-jikken.icu> | 2018-11-28 20:15:03 -0700 | 
|---|---|---|
| committer | katherine <shmibs@airen-no-jikken.icu> | 2018-11-28 20:15:03 -0700 | 
| commit | a35e47205518a033e0272686cf4083496c339034 (patch) | |
| tree | 8a25017b415784a6ad96ae31e184180e12f9d36c /src | |
| parent | 9511acbce2bb97526098047ed75fd9de5046bdc8 (diff) | |
| download | xdg_basedir-a35e47205518a033e0272686cf4083496c339034.tar.gz | |
update contact info
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdg_basedir.cr | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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    # | 
