Skip to content

Commit

Permalink
feat: actualizar version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCarrenoMar committed Feb 2, 2025
1 parent e9fbff6 commit 6815ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ configure(subprojects) {
}

subprojects {
version = '1.0.0'
version = '1.0.1'
ext.appName = 'Kirby Carrera de Monedas'
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/src/screens/uiScreens/InfoScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public InfoScreen(Main main) {
Label infoTechLabel = new Label(
"Librerias utilizadas: LibGDX\n" +
"Lenguaje de programacion: Java\n" +
"Version: 0.8v\n" +
"Version: v1.0.1\n" +
"Desarrolladora: CubiTz\n" +
"Desarrolladores: Daniel Carreño, Jose Pereira, Cesar Ostos\n",
new Label.LabelStyle(main.fonts.interFont, MyColors.BLUE));
Expand Down

0 comments on commit 6815ec4

Please sign in to comment.