Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.

Commit 9f7b1d9

Browse files
Merge pull request #53 from jonathan-robertson/dev
Update Support Link & Username in Readme & Logs
2 parents 40e031b + 4f8347c commit 9f7b1d9

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.2] - 2023-08-01
9+
10+
- update support link & username in readme & logs
11+
812
## [2.0.1] - 2023-06-30
913

1014
- update to support a21 b324 (stable)

ModInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<DisplayName value="Quantum Elevators" />
55
<!-- REMINDER: this mod's DLL version will be logged on GameAwake and should reflect the same version listed here! -->
66
<!-- If troubleshooting an issue, search "Quantum Elevators DLL" in logs to confirm these two values match. -->
7-
<Version value="2.0.1" />
7+
<Version value="2.0.2" />
88
<Description value="Add infinite distance, vertical-warp elevator panels." />
99
<Author value="Jonathan Robertson (Kanaverum)" />
1010
<Website value="https://github.com/jonathan-robertson/quantum-elevators" />

QuantumElevators.dll

0 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
### Support
3131

32-
🗪 If you would like support for this mod, please feel free to reach out via [Discord](https://discord.gg/tRJHSB9Uk7).
32+
🗪 If you would like support for this mod, please feel free to reach out via [Discord](https://discord.gg/hYa2sNHXya).
3333

3434
## Features
3535

src/ModAPI.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ public class ModApi : IModApi
88
{
99
private static readonly ModLog<ModApi> _log = new ModLog<ModApi>();
1010

11-
private static readonly string ModMaintainer = "Kanaverum#8183";
12-
private static readonly string SupportLink = "https://discord.gg/tRJHSB9Uk7";
11+
private static readonly string ModMaintainer = "@kanaverum";
12+
private static readonly string SupportLink = "https://discord.gg/hYa2sNHXya";
1313

1414
public static bool DebugMode { get; set; } = false;
1515
public static bool IsServer { get; private set; } = false;

0 commit comments

Comments
 (0)