Skip to content

Commit

Permalink
chore: v3001 as main
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Aug 4, 2024
1 parent 23f69f2 commit 69be4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Sidebar/VersionSelector.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const selectedByDefault = kaplayPackageJson.version.startsWith("4")

<script>
const links: Record<string, string> = {
"v4000": "https://kaplayjs.com/guides/install",
"v3001": "https://v3001.kaplayjs.com/guides/install",
"v4000": "https://v4000.kaplayjs.com/guides/install",
"v3001": "https://kaplayjs.com/guides/install",
"kaboom": "https://kaboomjs.com",
};

Expand Down

0 comments on commit 69be4fc

Please sign in to comment.