Skip to content

Commit

Permalink
update: version check for v2 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Enubia committed Mar 2, 2023
1 parent 2cb56d1 commit 7e33138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghost-chat",
"version": "1.4.3",
"version": "1.4.4",
"private": false,
"description": "Standalone twitch chat overlay",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion v1/src/renderer/pages/ReleaseCheck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default class ReleaseCheck extends Vue {
console.log(this.currentReleaseVersion);
if (releaseVersion !== this.currentReleaseVersion) {
if (!releaseVersion.includes('beta') && releaseVersion !== this.currentReleaseVersion) {
this.newReleaseUrl = releaseResponse[0].html_url;
this.newVersion = releaseResponse[0].tag_name;
await this.wait();
Expand Down

0 comments on commit 7e33138

Please sign in to comment.