Skip to content

Commit

Permalink
Changed version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverGrack committed Feb 28, 2024
1 parent 1a53578 commit 5daa1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HKVizMod/HKVizMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Copyright>Copyright © Oliver Grack 2024</Copyright>
<Authors>Oliver Grack</Authors>
<NoWarn>7035</NoWarn>
<AssemblyVersion>1.5.0</AssemblyVersion>
<AssemblyVersion>1.5.1</AssemblyVersion>
<Deterministic>false</Deterministic>
<OutputPath>bin\$(Configuration)\</OutputPath>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion HKVizMod/RecordingFileManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace HKViz {
internal class RecordingFileManager : Loggable {
private static string RECORDER_FILE_VERSION = "1.5.0";
private static string RECORDER_FILE_VERSION = "1.5.1";
private static RecordingFileManager? _instance;
public static RecordingFileManager Instance {
get {
Expand Down

0 comments on commit 5daa1e0

Please sign in to comment.