Skip to content

Commit

Permalink
fix: correct project name and updated gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Nov 14, 2023
1 parent 867f6f8 commit 9e7a6f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ logs
eclipse
run
.vscode
**/extra-mods-*/
**/extra-mods-*/

.DS_Store
.architectury-transformer
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ include("common")
include("fabric")
include("forge")

rootProject.name = 'FTB-Ranks-1.20.1'
rootProject.name = 'FTB-Ranks-1.20.2'

0 comments on commit 9e7a6f2

Please sign in to comment.