diff --git a/config.def.h b/config.def.h
index 13c7153..e1f186a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,7 +12,7 @@ static const char FORMAT_COMMAND[] = "%s";
static const char FORMAT_DESCRIPTION[] = "%s";
/* directories and files */
-static const char ZATHURA_DIR[] = ".zathura";
+static const char ZATHURA_DIR[] = ".config/zathura";
static const char BOOKMARK_FILE[] = "bookmarks";
static const char ZATHURA_RC[] = "zathurarc";
diff --git a/config.mk b/config.mk
index 81640b1..3b1fdb3 100644
--- a/config.mk
+++ b/config.mk
@@ -1,7 +1,7 @@
# See LICENSE file for license and copyright information
# zathura make config
-VERSION = 0.0.6
+VERSION = 0.0.7
# paths
PREFIX ?= /usr