BDU 1.1.1

This commit is contained in:
2025-11-15 19:49:21 -07:00
parent 975f306719
commit 7d41f050f2
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
{ {
"lockfileVersion": 1, "lockfileVersion": 1,
"configVersion": 0,
"workspaces": { "workspaces": {
"": { "": {
"name": "lncvrt-games-website", "name": "lncvrt-games-website",

View File

@@ -22,17 +22,17 @@ export default function BerryDashUltimateGameInfo () {
<p className='text-2xl mt-4 mb-1'>Downloads</p> <p className='text-2xl mt-4 mb-1'>Downloads</p>
<div className='downloads'> <div className='downloads'>
<Link <Link
href='https://archive.org/download/berry-dash-archive/Berry-Dash-Ultimate-1.1.0-android.apk' href='https://archive.org/download/berry-dash-archive/Berry-Dash-Ultimate-1.1.1-android.apk'
draggable={false} draggable={false}
> >
Android Android
</Link> </Link>
<Link {/* <Link
href='https://archive.org/download/berry-dash-archive/Berry-Dash-Ultimate-1.1.0-ios.ipa' href='https://archive.org/download/berry-dash-archive/Berry-Dash-Ultimate-1.1.1-ios.ipa'
draggable={false} draggable={false}
> >
iOS iOS
</Link> </Link> */}
<Link href='/download' draggable={false}> <Link href='/download' draggable={false}>
Windows, macOS, or Linux Windows, macOS, or Linux
</Link> </Link>