Compare commits

...

4 Commits

Author SHA1 Message Date
Lea Anthony
d3cd3d43bd chore: version bump 2019-06-19 21:04:27 +10:00
Lea Anthony
9116f0d06c Merge pull request #124 from wailsapp/116-Add-browser-methods-to-runtime
116 add browser methods to runtime
2019-06-19 21:01:53 +10:00
Lea Anthony
3e02e1676a Merge pull request #122 from bh90210/121-react-template-build-error
fix(react template): build bugfix
2019-06-19 08:31:57 +10:00
ktc
f2519e5af2 fix(react template): build bugfix 2019-06-18 13:57:45 +03:00
2 changed files with 2 additions and 6 deletions

View File

@@ -19,11 +19,7 @@
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"production": [],
"development": [
"last 1 chrome version",
"last 1 firefox version",

View File

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