Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafacasari committed Jun 8, 2024
1 parent 4df85f2 commit 65c1ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,14 +421,14 @@ class CobbledexGUI(private val selectedPokemon: Pokemon?) : Screen(cobbledexTran
structureConditions.forEach { structure ->

val structureName = structure.fold(
{ left -> left.toShortTranslationKey() },
{ right -> right.id.toShortTranslationKey() }
{ left -> left.toTranslationKey() },
{ right -> right.id.toTranslationKey() }
)

if (structureName.isNotEmpty()) {
tooltipText.add("\n".text())
tooltipText.add(
"feature.$structureName".asTranslated()
"structure.$structureName".asTranslated()
.setStyle(Style.EMPTY.withBold(false))
)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mod_id=cobbledex

generated_file_name_addon=-1.20.1
archives_base_name=cobbledex-1.20.1
mod_version=1.0.4
mod_version=1.0.5
mod_description=A mod to track your progress on Cobblemon. Fabric and Forge compatible.
mod_icon=assets/cobbledex/icon.png
repository=https://github.com/rafacasari/cobbledex
Expand Down

0 comments on commit 65c1ea0

Please # to comment.