diff --git a/.gitignore b/.gitignore
index f15fc8ce96648224258306ef73389f5795549424..9298b99f729ee2c60627cd0a5044ead2e084e6c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 exports/
-settings.json
\ No newline at end of file
+config/settings.json
\ No newline at end of file
diff --git a/SpotifyBackup.py b/SpotifyBackup.py
index 79470d5af88fdd72dfdb6b0e05f23e0f04308364..4332adb35c880fc5f592eb0860b6c3435cd92839 100644
--- a/SpotifyBackup.py
+++ b/SpotifyBackup.py
@@ -122,7 +122,7 @@ class SpotifyBackup:
 
 
 if __name__ == '__main__':
-    with open('settings.json', 'r', encoding='utf-8') as f:
+    with open('config/settings.json', 'r', encoding='utf-8') as f:
         SETTINGS = json.load(f)
 
     spotifyBackup = SpotifyBackup(SETTINGS['spotifyAPI']['clientID'],
diff --git a/settings-example.json b/config/settings-example.json
similarity index 100%
rename from settings-example.json
rename to config/settings-example.json
diff --git a/version.json b/version.json
index e786a6d3f87445fe1df5e11453878931bfa1416e..7b5491d77ec12e138b47ed30e1408596895179ab 100644
--- a/version.json
+++ b/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.1.0",
-        "code": 2,
+        "name": "v1.2.0",
+        "code": 3,
         "date": "09.04.20"
     }
 }
\ No newline at end of file