Skip to content

Commit

Permalink
bumped to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stalker2106x committed Aug 26, 2023
1 parent 75e7629 commit 45ca69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
serverVersion: '1.1.0',
serverVersion: '1.1.1',
gameVersion: '157',
userConfigPath: './config.json',
defaultUserConfig: {
Expand Down
4 changes: 2 additions & 2 deletions routes/player/getPlayer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ describe('Get player', () => {
})
},
MP3: {
findAll: () => Promise.resolve([{
findOne: () => Promise.resolve({
mp3_id: 0,
name: 'music'
}])
})
}
}
}
Expand Down

0 comments on commit 45ca69d

Please sign in to comment.