]> Repos - mime-chat/commitdiff
modified version
authorAndrew Gundersen <gundersena@xavier.edu>
Fri, 9 Apr 2021 15:38:40 +0000 (10:38 -0500)
committerAndrew Gundersen <gundersena@xavier.edu>
Fri, 9 Apr 2021 15:38:40 +0000 (10:38 -0500)
package.json
session.json
vue.config.js

index 5bb457125a1299083b00b69a5e5bd1ef513c7822..44dda644f7dcc97fb282287f1de4f0ecc2cbea83 100644 (file)
@@ -1,8 +1,8 @@
 {
   "name": "Crimata",
-  "productName": "crimata-messenger",
+  "productName": "Crimata Messenger",
   "description": "Cross-platform messenger application built with electron, vue3, and TS.",
-  "version": "0.1.0",
+  "version": "0.9.0",
   "private": true,
   "author": {
     "name": "Enrique Hernandez"
index c5383dd36a64638422f04c8287b8dac133dbdd2c..38a2767c382d1cd4b5db4b66138167e348e9c6ce 100644 (file)
@@ -1 +1 @@
-{"key":"1099b966-d9e5-4f1a-876e-13535af32f26","newMessages":[]}
\ No newline at end of file
+{"key":"755b1c3c-ee2c-4811-b3bc-32b55502d978","newMessages":[]}
\ No newline at end of file
index 8a7dde9c571fcf108dd0032d1616778c0a5942de..9febf5589c6cb0cc19c0c090fae81bac7bb11fb5 100644 (file)
@@ -21,7 +21,7 @@ module.exports = {
       builderOptions: {
         // TODO electron-builder config https://www.electron.build/configuration/configuration
         appId: "com.crimata.messenger",
-        productName: "Crimata-Messenger"
+        productName: "Crimata Messenger"
       },
       preload: "src/preload.ts"
     }