diff --git a/assets/entitlements.mac.plist b/assets/entitlements.mac.plist
index dad3e20e6ab5ea28feee9d2d3bb4b7a97a288ef7..84bf094749fedc7485030092ba5efeaf05805d06 100644
--- a/assets/entitlements.mac.plist
+++ b/assets/entitlements.mac.plist
@@ -6,5 +6,9 @@
     <true/>
     <key>com.apple.security.cs.allow-jit</key>
     <true/>
+    <key>com.apple.security.network.client</key>
+    <true/>
+    <key>com.apple.security.network.server</key>
+    <true/>
   </dict>
 </plist>
diff --git a/package.json b/package.json
index ab398e8903cc23c609ca829b1df30063064f243b..57cb721e30d5d42998e35bfe9c943005c30c072a 100644
--- a/package.json
+++ b/package.json
@@ -222,6 +222,7 @@
           "x64"
         ]
       },
+      "category": "public.app-category.developer-tools",
       "type": "distribution",
       "hardenedRuntime": true,
       "entitlements": "assets/entitlements.mac.plist",
@@ -278,4 +279,4 @@
     ],
     "logLevel": "quiet"
   }
-}
\ No newline at end of file
+}
diff --git a/release/app/package.json b/release/app/package.json
index eceb366797c4421a7224ba850eebaffc22bb888e..2c8c7d2310584593e4d39a73ac94c7c95b2c81a5 100644
--- a/release/app/package.json
+++ b/release/app/package.json
@@ -1,11 +1,11 @@
 {
   "name": "transformerlab",
-  "version": "0.1.0",
+  "version": "0.1.2",
   "description": "A tool to play with and train LLMs",
   "license": "???",
   "author": {
     "name": "Ali Asaria",
-    "email": "ali.asaria@gmail.com",
+    "email": "aliasaria",
     "url": "https://github.com/aliasaria"
   },
   "main": "./dist/main/main.js",
@@ -17,4 +17,4 @@
   "dependencies": {
     "ssh2": "^1.14.0"
   }
-}
\ No newline at end of file
+}