Skip to content

Commit

Permalink
chore: start LWJGL 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Oct 4, 2024
1 parent f014e58 commit a1cbc5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/routes/customize/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export enum Version {
LWJGL332 = '3.3.2',
LWJGL333 = '3.3.3',
LWJGL334 = '3.3.4',
LWJGL335 = '3.3.5',
Nightly = 'nightly',
}

Expand Down
2 changes: 1 addition & 1 deletion client/routes/customize/versions/nightly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BuildBindings, Version } from '../types';

export default (prev: BuildBindings): BuildBindings => ({
...prev,
version: Version.LWJGL334,
version: Version.LWJGL335,
alias: Version.Nightly,
byId: {
...prev.byId,
Expand Down

0 comments on commit a1cbc5c

Please sign in to comment.