Skip to content

Commit 607f1ec

Browse files
committed
Update version
1 parent 91d13f3 commit 607f1ec

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

android/src/main/extra/attribution_index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ sfx/mob/zombie/hit/attribution.txt
1111
sfx/mob/zombie/idle/attribution.txt
1212
sfx/step/dirt/attribution.txt
1313
sfx/step/grass/attribution.txt
14+
sfx/step/lava/attribution.txt
1415
sfx/step/metal/attribution.txt
1516
sfx/step/stone/attribution.txt
1617
sfx/step/water/attribution.txt

android/src/main/extra/notices.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Dependency License Report for android beta-0.12.4
2+
Dependency License Report for android beta-0.12.5
33

44
1. Group: androidx.annotation Name: annotation Version: 1.6.0
55

@@ -586,5 +586,5 @@ POM License: MIT License - https://github.com/fredboy/automultibind/blob/master/
586586
--------------------------------------------------------------------------------
587587

588588

589-
This report was generated at Wed Sep 10 19:15:44 NOVT 2025.
589+
This report was generated at Thu Sep 11 00:10:44 NOVT 2025.
590590

buildSrc/src/main/kotlin/ApplicationInfo.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import org.gradle.api.JavaVersion
22

33
object ApplicationInfo {
44
const val name = "CaveDroid"
5-
const val versionName = "beta-0.12.4"
6-
const val versionCode = 36
5+
const val versionName = "beta-0.12.5"
6+
const val versionCode = 37
77

88
const val packageName = "ru.fredboy.cavedroid"
99

core/common/src/main/kotlin/ru/fredboy/cavedroid/common/CaveDroidConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ru.fredboy.cavedroid.common
33
object CaveDroidConstants {
44
const val TITLE = "CaveDroid"
55

6-
const val VERSION = "beta-0.12.4"
6+
const val VERSION = "beta-0.12.5"
77

88
const val GITHUB_LINK = "https://github.com/fredboy/cavedroid"
99

desktop/src/main/extra/notices.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Dependency License Report for desktop beta-0.12.4
2+
Dependency License Report for desktop beta-0.12.5
33

44
1. Group: com.badlogicgames.box2dlights Name: box2dlights Version: 1.5
55

@@ -532,5 +532,5 @@ POM License: MIT License - https://github.com/fredboy/automultibind/blob/master/
532532
--------------------------------------------------------------------------------
533533

534534

535-
This report was generated at Wed Sep 10 21:23:44 NOVT 2025.
535+
This report was generated at Thu Sep 11 00:10:46 NOVT 2025.
536536

0 commit comments

Comments
 (0)