Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MFDGaming committed Nov 27, 2022
1 parent 6b7d814 commit 94fcd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninecraft/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ void sound_engine_update(void *sound_engine, unsigned char *mob, float listener_

android_string get_game_version() {
android_string out;
to_str(&out, "Ninecraft 1.0.0", handle);
to_str(&out, "Ninecraft 1.1.0", handle);
return out;
}

Expand Down

0 comments on commit 94fcd0f

Please sign in to comment.