Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre0830 committed Nov 3, 2023
1 parent 7f2898d commit cf68cc6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified Assemblies/RimNauts2.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Changelog
- Update artificial satellite textures to look towards north
- Update artificial satellites axial rotation to work with the latest Universum update
2 changes: 1 addition & 1 deletion Source/RimNauts2/RimNauts2/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace RimNauts2 {
public static class Info {
public static readonly string name = "RimNauts 2";
public static readonly string version = "5.0.0";
public static readonly string version = "5.1.0";
}

public static class Style {
Expand Down

0 comments on commit cf68cc6

Please sign in to comment.