Skip to content

Commit

Permalink
Version 0.0.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikatrix committed Sep 10, 2020
1 parent 0cdd83c commit 299688b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zoned   [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Version: 0.0.3-dev](https://img.shields.io/badge/version-0.0.3--dev-orange)](https://github.com/Spikatrix/Zoned/releases/tag/v0.0.3-dev)
# Zoned   [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Version: 0.0.3-beta](https://img.shields.io/badge/version-0.0.3--beta-orange)](https://github.com/Spikatrix/Zoned/releases/tag/v0.0.3-beta)

<img src="https://i.stack.imgur.com/cunrq.png" alt="Zoned Icon" align="left" style="margin: 10px 20px 10px 10px; border-radius: 20%; box-shadow: 0 6px 20px 2px black" height="162px">

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
minSdkVersion 14
targetSdkVersion 29
versionCode 2
versionName "0.0.3-dev"
versionName "0.0.3-beta"
// Remember to update the GAME_VERSION in Constants.java
// And project.setVersion in Desktop's build.gradle
// And the version in the badge in the README file
Expand Down
2 changes: 1 addition & 1 deletion core/src/com/cg/zoned/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.Map;

public final class Constants {
public static final String GAME_VERSION = "0.0.3-dev";
public static final String GAME_VERSION = "0.0.3-beta";
// Remember to update the versionName in Android's build.gradle
// And project.setVersion in Desktop's build.gradle
// And the version in the badge in the README file
Expand Down
2 changes: 1 addition & 1 deletion desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sourceSets.main.java.srcDirs = [ "src/" ]
project.ext.mainClassName = "com.cg.zoned.desktop.DesktopLauncher"
project.ext.assetsDir = new File("../android/assets")
project.setProperty("archivesBaseName", appName)
project.setVersion("0.0.3-dev")
project.setVersion("0.0.3-beta")
// Remember to update the GAME_VERSION in Constants.java
// And versionName in Android's build.gradle
// And the version in the badge in the README file
Expand Down

0 comments on commit 299688b

Please sign in to comment.