summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-22 17:26:15 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-22 17:26:15 +0100
commit8d7855ba14b0a9883793e2dbb8543558d6e63393 (patch)
tree96c73b3deac7c29c73cdd6f673deb011838bdc3b /src/main.js
parentad7b7dfca116c0cffba97bb11e894ffde3c53090 (diff)
Use package.json version instead of info.xml
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index c65c3684..53e1e9a9 100644
--- a/src/main.js
+++ b/src/main.js
@@ -56,7 +56,7 @@ sync(store, router)
Vue.prototype.t = t
Vue.prototype.n = n
// eslint-disable-next-line
-Vue.prototype.oca_contacts = oca_contacts
+Vue.prototype.appVersion = appVersion
// eslint-disable-next-line
Vue.prototype.oc_config = oc_config
Vue.prototype.OC = OC