Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Feb 15, 2021
1 parent 1edffc5 commit fa9309c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import semver from 'semver'
import {websocketURL} from "../config";
import Topbar from "@/components/Topbar";
const REQUIRED_SERVER_VERSION = '1.0' //z.B. '1.x || >=2.5.0 || 5.0.0 - 7.2.3'
const REQUIRED_SERVER_VERSION = '1.1' //z.B. '1.x || >=2.5.0 || 5.0.0 - 7.2.3'
export default {
name: 'App',
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (workbox) {

workbox.core.setCacheNameDetails({ prefix: 'eosdg_cache' })
//Change this value every time before you build
const LATEST_VERSION = "v1.0.1";
const LATEST_VERSION = "v1.1.0";
self.addEventListener('activate', (event) => {
console.log(`%c ${LATEST_VERSION} `, 'background: #ddd; color: #0000ff')
if (caches) {
Expand Down

0 comments on commit fa9309c

Please sign in to comment.