Compare commits

..

3 Commits

Author SHA1 Message Date
Lea Anthony
a2ac8af882 chore: Bump to version v0.16.5-pre 2019-07-01 18:10:26 +10:00
Lea Anthony
52afbd3f15 fix: revert back to my-app 2019-07-01 09:01:07 +10:00
Lea Anthony
ce35ee5ca8 Merge branch 'bh90210-118-angular-support' into develop 2019-07-01 08:58:37 +10:00
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = '{{.Name}}';
title = 'my-app';
clickMessage = '';

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{.Name}}</title>
<title>my-app</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">

View File

@@ -1,4 +1,4 @@
package cmd
// Version - Wails version
const Version = "v0.16.4-pre"
const Version = "v0.16.5-pre"