Skip to content

Commit

Permalink
Manually update files that need to be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tehdiplomat committed Oct 15, 2024
1 parent d366bf8 commit 0475f4b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions forge-gui-android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="forge.app"
android:versionCode="106650000"
android:versionName="1.6.65" > <!-- versionName should be updated and it's used for Sentry releases tag -->
android:versionCode="106660000"
android:versionName="1.6.66" > <!-- versionName should be updated and it's used for Sentry releases tag -->

<uses-sdk
android:minSdkVersion="26"
Expand Down
2 changes: 1 addition & 1 deletion forge-gui-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging.type>jar</packaging.type>
<build.min.memory>-Xms1024m</build.min.memory>
<build.max.memory>-Xmx1536m</build.max.memory>
<alpha-version>1.6.65-SNAPSHOT</alpha-version>
<alpha-version>1.6.66-SNAPSHOT</alpha-version>
<sign.keystore>keystore</sign.keystore>
<sign.alias>alias</sign.alias>
<sign.storepass>storepass</sign.storepass>
Expand Down
2 changes: 1 addition & 1 deletion forge-gui-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
</goals>
<configuration>
<!-- TODO: insert placeholder for latest version tag -->
<fromRef>forge-1.6.64</fromRef>
<fromRef>forge-1.6.65</fromRef>
<file>../forge-gui/release-files/CHANGES.txt</file>
<templateContent>
<![CDATA[
Expand Down
8 changes: 2 additions & 6 deletions forge-gui-mobile/src/forge/Forge.java
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
package forge;

import com.badlogic.gdx.Application;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.*;
import com.badlogic.gdx.Input.Keys;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.InputProcessor;
import com.badlogic.gdx.controllers.Controller;
import com.badlogic.gdx.controllers.ControllerAdapter;
import com.badlogic.gdx.controllers.ControllerListener;
Expand Down Expand Up @@ -54,7 +50,7 @@
import java.util.*;

public class Forge implements ApplicationListener {
public static final String CURRENT_VERSION = "1.6.65-SNAPSHOT";
public static final String CURRENT_VERSION = "1.6.66-SNAPSHOT";

private static ApplicationListener app = null;
static Scene currentScene = null;
Expand Down

0 comments on commit 0475f4b

Please sign in to comment.