Bump version #1

Merged
logan merged 3 commits from dev into main 2025-11-19 03:48:19 -05:00
Showing only changes of commit e3d87a36c6 - Show all commits

View File

@@ -8,7 +8,10 @@ export const APPROVE_REASONS = [
'Action-packed', 'Action-packed',
'Great game choice', 'Great game choice',
'Good for rewatchability', 'Good for rewatchability',
'Used in existing video' 'Used in existing video',
'Body physics',
'Explosives',
]; ];
export const REJECT_REASONS = [ export const REJECT_REASONS = [
@@ -18,4 +21,5 @@ export const REJECT_REASONS = [
'Lacks depth', 'Lacks depth',
'Too long/short', 'Too long/short',
'Racist/whatever-ist', 'Racist/whatever-ist',
'Broken (Audio/Video)'
]; ];