Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
A5b84 committed Aug 4, 2020
1 parent 9fb7aa5 commit d1f8c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"label": "Build + copie",
"type": "shell",
"command": "./gradlew.bat build; scp ./build/libs/dark-loading-screen-1.4.0.jar $HOME/AppData/Roaming/.minecraft/mods/",
"command": "./gradlew.bat build; scp ./build/libs/dark-loading-screen-1.4.1.jar $HOME/AppData/Roaming/.minecraft/mods/",
"group": {
"kind": "build",
"isDefault": true
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarn_mappings=1.16.1+build.10
loader_version=0.8.8+build.202

# Mod
mod_version=1.4.0
mod_version=1.4.1
archives_base_name=dark-loading-screen

# Dépendances
Expand Down

0 comments on commit d1f8c29

Please sign in to comment.