Skip to content

Commit

Permalink
📦 1.1.8 Release
Browse files Browse the repository at this point in the history
- A minor hotfix to a community reported issue.
  • Loading branch information
JonathanMCarter committed Aug 24, 2023
1 parent 1b1774f commit 81dd93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ private void DrawLastVersionNumber()
private void DrawAndroidBundleCodeSection()
{
#if UNITY_ANDROID
GUI.color = BuildVersionsEditorUtil.TitleColour;
EditorGUILayout.LabelField("Android", EditorStyles.boldLabel);
GUI.color = defaultTextColor;

GUI.enabled = false;

Expand Down
4 changes: 2 additions & 2 deletions Code/Editor/Utility/AssetVersionData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ public static class AssetVersionData
/// <summary>
/// The version number of the asset...
/// </summary>
public static string VersionNumber => "1.1.7";
public static string VersionNumber => "1.1.8";


/// <summary>
/// The date this release of the asset was submitted for release...
/// </summary>
public static string ReleaseDate => "03/08/2023";
public static string ReleaseDate => "24/08/2023";
}
}

0 comments on commit 81dd93c

Please sign in to comment.