Skip to content

Commit

Permalink
Merge pull request #13 from ZockerAxel/dev
Browse files Browse the repository at this point in the history
Merge dev into main
  • Loading branch information
ZockerAxel authored Aug 24, 2024
2 parents fb70c9a + 1dee3d6 commit 0c2accf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import interfaceAppObject from "./data_loaders/InterfaceAppLoader.js";
import standaloneAppObject from "./data_loaders/StandaloneAppLoader.js";
import obsAppObject from "./data_loaders/ObsAppLoader.js";

export const APP_VERSION = "1.4.0";
export const APP_VERSION = "1.4.1";

export default class App {
#identifier;
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const pageDomain = "ts5viewer.endercentral.eu";
const cacheVersion = 8;
const cacheVersion = 9;
const beta = pageDomain !== location.hostname;
const currentCacheKey = `v${cacheVersion}${beta ? "-beta" : ""}`;

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ main {
}

main:not(.aligned_to_top) {
align-self: end;
margin-block-start: auto;
}

/*
Expand Down

0 comments on commit 0c2accf

Please # to comment.