From 69adef16336e3735c1fb3af8a85cbd0256174f95 Mon Sep 17 00:00:00 2001 From: Paul A Date: Mon, 4 May 2020 08:43:27 +0200 Subject: [PATCH] Changing the version to v0.0.5 --- config.xml | 2 +- src/app/app.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 7682bc3..1abed4c 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + WHID Injector This app works with the WHID Injector. WHID Injector Team diff --git a/src/app/app.component.ts b/src/app/app.component.ts index c874188..d80bb6f 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -12,7 +12,7 @@ import { ApiService } from './api.service'; export class AppComponent { rootPage: any = "IntroPage"; - public version = "0.0.4"; + public version = "0.0.5"; public appPages = [ { title: 'Home',