From a1ce40ee83fb65ef419cc45fede67c331052f688 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Thu, 19 Oct 2017 15:11:51 -0500 Subject: [PATCH] Get version from package.json (#10) ...that was easy. --- src/app/src/App.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/src/App.vue b/src/app/src/App.vue index a623d6a..91b8387 100644 --- a/src/app/src/App.vue +++ b/src/app/src/App.vue @@ -6,7 +6,10 @@ vue-progress-bar toast(ref='toast') footer - p.text-right: i myPrayerJournal v0.8.4 + p.text-right.text-muted: i. + myPrayerJournal v{{ version }} • + #[a(href='https://github.com/danieljsummers/myprayerjournal') Developed] and hosted by + #[a(href='https://bitbadger.solutions') Bit Badger Solutions]