diff --git a/module.json b/module.json
index 1e1932c..51be5e6 100644
--- a/module.json
+++ b/module.json
@@ -1,9 +1,8 @@
 {
   "id": "hm-loc-lethyl",
-  "name": "hm-loc-lethyl",
   "title": "Lethyl Abbey",
   "description": "A prosperous, if slightly rustic, Laranian abbey bordered by the dark Kirsta Forest on the northern border of Fethael Hundred",
-  "version": "1.1.3",
+  "version": "1.2.0",
   "bugs": "https://github.com/toastygm/hm-loc-lethyl/issues",
   "license": "LICENSE",
   "readme": "README.md",
@@ -14,10 +13,9 @@
       "flags": {}
     }
   ],
-  "minimumCoreVersion": "10",
   "compatibility": {
-    "minimum": "10",
-    "verified": "10"
+    "minimum": "11",
+    "verified": "12.331"
   },
   "scripts": [
     "scripts/init.js"
@@ -27,7 +25,8 @@
       {
         "id": "scene-packer",
         "type": "module",
-        "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json"
+        "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json",
+        "compatibility": {}
       }
     ]
   },
@@ -35,19 +34,29 @@
     {
       "label": "Lethyl - Scenes",
       "name": "scenes",
-      "path": "packs/scenes.db",
-      "type": "Scene"
+      "path": "packs/scenes",
+      "type": "Scene",
+      "flags": {},
+      "ownership": {
+        "PLAYER": "OBSERVER",
+        "ASSISTANT": "OWNER"
+      }
     },
     {
       "label": "Lethyl - Journals",
       "name": "journals",
-      "path": "packs/journals.db",
-      "type": "JournalEntry"
+      "path": "packs/journals",
+      "type": "JournalEntry",
+      "flags": {},
+      "ownership": {
+        "PLAYER": "OBSERVER",
+        "ASSISTANT": "OWNER"
+      }
     }
   ],
   "url": "https://github.com/toastygm/hm-loc-lethyl/",
   "manifest": "https://github.com/toastygm/hm-loc-lethyl/releases/latest/download/module.json",
-  "download": "https://github.com/toastygm/hm-loc-lethyl/releases/download/v1.1.3/module.zip",
+  "download": "https://github.com/toastygm/hm-loc-lethyl/releases/download/v1.2.0/module.zip",
   "flags": {
     "allowBugReporter": true
   }