Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Nov 30, 2023
1 parent 8dfc32e commit d02b968
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ java {

jar {
from("LICENSE") {
rename { "${it}_${project.archivesBaseName}" }
rename { "${it}_${archivesBaseName}" }
}
}

Expand Down
5 changes: 5 additions & 0 deletions changelog/1.2.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Create: Enchantment Industry 1.2.7

### Update
- Update to create 0.5.1d
- Merge in forge changes
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
# Mod Info
maven_group = plus.dragons.createenchantmentindustry
archives_base_name = create_enchantment_industry
mod_version = 1.0.1.b
mod_version = 1.0.1

minecraft_version = 1.20.1

Expand Down

0 comments on commit d02b968

Please sign in to comment.