Skip to content

Commit 011bb77

Browse files
committed
Bump default patch to 7.5
1 parent c8de8c2 commit 011bb77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const Home = ({ discordAuth }: HomeProps) => {
7272
const [job, setJob] = useState<Job>(jobs['DRK'])
7373
const [rotationTitle, setRotationTitle] = useState('')
7474
const [expansion, setExpansion] = useState('')
75-
const [patch, setPatch] = useState<string>('7.4')
75+
const [patch, setPatch] = useState<string>('7.5')
7676
const [level, setLevel] = useState<number>(100)
7777
const [useBalanceLogo, setUseBalanceLogo] = useState(false)
7878
const [rowCount, setRowCount] = useState(1)

src/lib/rotationLibraryStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const createEmptyRecord = (options?: {
4040
title: options?.title ?? en.defaults.rotationTitle,
4141
job: 'DRK',
4242
expansion: options?.expansion ?? en.defaults.expansion,
43-
patch: '7.4',
43+
patch: '7.5',
4444
level: 100,
4545
rowCount: 1,
4646
rowSpacing: null,

0 commit comments

Comments
 (0)