Skip to content

Commit

Permalink
feat: Update to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperLorelai committed Jun 24, 2024
1 parent e3d2f65 commit 669e53b
Show file tree
Hide file tree
Showing 5 changed files with 17,987 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
version: "1.20.6",
versionCompared: "1.20.4",
soundboardVersion: "13.0.0",
soundboardVersionCompared: "12.0.1"
version: "1.21",
versionCompared: "1.20.6",
soundboardVersion: "14.0.0",
soundboardVersionCompared: "13.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"reinstall": "npm i",
"#1": "echo Create a new file under './sounds' for your version and update Config, then run these.",
"create_sound_config": "node createSoundConfig.js",
"#2": "echo Based on the diff, apply sound changes to the 'copy' file, then copy its contents and put it in the new version sound config.",
"#2": "echo Based on the diff, apply sound changes to the new version config",
"create_soundboard": "node createSoundboard.js",
"#3": "echo Finalise.",
"finalise_soundboard": "node finaliseSoundboard.js",
Expand Down
Loading

0 comments on commit 669e53b

Please sign in to comment.