fix: long-press select deselection bug, swap sun emoji for dice, bump version to 0.6.2

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-23 02:48:56 -04:00
parent d613d4e507
commit 512b36da51
3 changed files with 11 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ export const branding = {
app: {
name: 'HSO Jackbox Game Picker',
shortName: 'Jackbox Game Picker',
version: '0.6.0 - Fish Tank Edition',
version: '0.6.2 - Fish Tank Edition',
description: 'Spicing up Hyper Spaceout game nights!',
},
meta: {
@@ -11,7 +11,7 @@ export const branding = {
themeColor: '#4F46E5', // Indigo-600
},
links: {
github: '', // Optional: Add your repo URL
github: 'https://code.cottongin.xyz/HyperSpaceOut/jackboxpartypack-gamepicker', // Optional: Add your repo URL
support: 'cottongin@cottongin.xyz', // Optional: Add support/contact URL
}
};