Skip to content

Commit

Permalink
Release: 2024.02.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M374LX committed Feb 13, 2024
1 parent 596e1d3 commit f45e5de
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
applicationId 'com.github.m374lx.alexvsbus'
resValue 'string', 'app_name', 'Alex vs Bus: The Race'
versionCode 1
versionName '2024.02.10.0'
versionCode 2
versionName '2024.02.13.0'
minSdk 16
targetSdk 34
}
Expand Down
9 changes: 9 additions & 0 deletions docs/News.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2024.02.13.0

- Add the assets directory, which was missing in the source code of the
previous release.

- Add metadata for a future F-Droid submission.

- Add Gradle distribution hash.

## 2024.02.10.0

First official release of the new C port of the game.
Expand Down
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/2024.02.13.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Add the assets directory, which was missing in the source code of the
previous release.

- Add metadata for a future F-Droid submission.

- Add Gradle distribution hash.

2 changes: 1 addition & 1 deletion src/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

//Game title, version, and repository URL
#define GAME_TITLE "Alex vs Bus: The Race"
#define RELEASE "2024.02.10.0"
#define RELEASE "2024.02.13.0"
#define REPOSITORY "https://github.com/M374LX/alexvsbus"

//Maximum delta time
Expand Down

0 comments on commit f45e5de

Please sign in to comment.