aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdg_basedir.cr
diff options
context:
space:
mode:
authorkatherine <shmibs@airen-no-jikken.icu>2018-11-30 04:35:31 -0700
committerkatherine <shmibs@airen-no-jikken.icu>2018-11-30 04:35:31 -0700
commit72dcba75b14d3f6d3766a1ce38d3ca56702cc95e (patch)
treeab1a7ba0248e949307240761922c82fdeee2c5e2 /src/xdg_basedir.cr
parenta35e47205518a033e0272686cf4083496c339034 (diff)
downloadxdg_basedir-72dcba75b14d3f6d3766a1ce38d3ca56702cc95e.tar.gz
revise documentation for clarity
Diffstat (limited to 'src/xdg_basedir.cr')
-rw-r--r--src/xdg_basedir.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdg_basedir.cr b/src/xdg_basedir.cr
index e6e7b89..942ad36 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.1"
+ VERSION = "1.0.2"
# get the base directory into which files of a given *type* should be written
#