Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Changing the version to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSec committed May 4, 2020
1 parent 02a05c5 commit 69adef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="whid.usb.injector" version="0.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="whid.usb.injector" version="0.0.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>WHID Injector</name>
<description>This app works with the WHID Injector.</description>
<author email="paulwebsec@gmail.com" href="http://whid.ninja/">WHID Injector Team</author>
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 69adef1

Please sign in to comment.