Skip to content

Commit

Permalink
chore: beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Sep 8, 2024
1 parent 6d8b185 commit 3cb0e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cd kaplay
git fetch --tags
git checkout 3001.0.0-alpha.21
git checkout 3001.0.0-beta.1
- name: Setup PNPM
uses: pnpm/action-setup@v4
- name: Deploy app
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sidebar/VersionSelector.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const selectedByDefault = kaplayPackageJson.version.startsWith("4")
<option value="v4000" selected={selectedByDefault === "v4000"}
>v4000 alpha</option>
<option value="v3001" selected={selectedByDefault === "v3001"}
>v3001 alpha</option>
>v3001 beta</option>
<option value="kaboom">v3000 (kaboom)</option>
</select>

Expand Down

0 comments on commit 3cb0e54

Please sign in to comment.