bump up to v0.1.4

v0.1.4
wowario 4 years ago
parent f8d4ca62ad
commit 9e2699ca87
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -122,7 +122,7 @@
this.$store.commit('addRate', response.data.usd);
});
axios.get(`https://funding.wownero.com/api/1/wowlight?version=0.1.3`).then(response => {
axios.get(`https://funding.wownero.com/api/1/wowlight?version=0.1.4`).then(response => {
if(response.data.data === false) {
const {dialog} = require('electron').remote
const dialogOptions = {

@ -17,7 +17,7 @@
<div class="grassfill">
<span class="version">
0.1.3 - <span style="font-size:12px;">{{version_embedded}}</span>
0.1.4 - <span style="font-size:12px;">{{version_embedded}}</span>
</span>
<a class="credits" href="#" v-on:click="openCredits">
Credits

Loading…
Cancel
Save