Skip to content

Commit 2fdceba

Browse files
authored
chore: bumps version in preparation for new release (#207)
1 parent 3eac07b commit 2fdceba

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@
6565
</screenshots>
6666

6767
<releases>
68+
<release version="932" date="2023-06-03">
69+
<description>
70+
<p>Feature Changes:</p>
71+
<ul>
72+
<li>The News tab now shows latest blog post from our website.</li>
73+
<li>The links to our socials and website have been moved to a better place, at the top of the launcher.</li>
74+
<li>Changelog entries in the News tab are now aligned.</li>
75+
<li>New Preferences tab where you can customize your experience. For now it only allows to change the default Installations folder to whatever you like.</li>
76+
</ul>
77+
</description>
78+
</release>
6879
<release version="931" date="2023-03-13">
6980
<description>
7081
<p>Feature Changes:</p>

UnitystationLauncher/Constants/AppInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ public static class AppInfo
44
{
55
// Whenever you change the currentBuild here, please also update the one in
66
// UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml
7-
public const int CurrentBuild = 931;
7+
public const int CurrentBuild = 932;
88
}

0 commit comments

Comments
 (0)