Skip to content

Commit

Permalink
no more forced update hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Official-Husko committed Apr 8, 2024
1 parent 3f93236 commit c5b80e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Match, Switch } from "solid-js";

const UnstableCard = () => {
const isSnapshotRelease = __APP_VERSION__.includes("-snapshot");
const isBetaRelease = __APP_VERSION__.includes("-beta");
const isBetaRelease = __APP_VERSION__.includes("-stable");
const isAlphaRelease = __APP_VERSION__.includes("-alpha");
return (
<div>
Expand Down
4 changes: 2 additions & 2 deletions packages/config/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.99",
"channel": "beta"
"version": "2.0.6",
"channel": "stable"
}

0 comments on commit c5b80e9

Please sign in to comment.