Skip to content

Commit 472e076

Browse files
committed
Bump version to Release 1.0.0
1 parent 0e655cf commit 472e076

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Assets/Scripts/VersionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
public static class VersionInfo
1515
{
1616
public const string DaggerfallUnityProductName = "Daggerfall Unity";
17-
public const string DaggerfallUnityStatus = "RC";
17+
public const string DaggerfallUnityStatus = "Release";
1818

19-
// Last updated versions 14-December-2023
20-
public const string DaggerfallUnityVersion = "0.16.3";
19+
// Last updated versions 27-December-2023
20+
public const string DaggerfallUnityVersion = "1.0.0";
2121
public const string DaggerfallToolsForUnityVersion = "1.9.2";
2222

2323
public const string BaselineUnityVersion = "2019.4.40f1";

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ PlayerSettings:
132132
16:10: 1
133133
16:9: 1
134134
Others: 1
135-
bundleVersion: 0.16.3
135+
bundleVersion: 1.0.0
136136
preloadedAssets:
137137
- {fileID: 11400000, guid: b7df2f040b496394c82fa580d167aeb2, type: 2}
138138
metroInputSource: 0

0 commit comments

Comments
 (0)