Skip to content

Commit 74d71b5

Browse files
committed
git subrepo pull TextEditorExample/Data/Scripts/TextEditorExample/RichHudFramework
subrepo: subdir: "TextEditorExample/Data/Scripts/TextEditorExample/RichHudFramework" merged: "a7f288a" upstream: origin: "[email protected]:ZachHembree/RichHudFramework.Client.git" branch: "master" commit: "a7f288a" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
1 parent 99b6582 commit 74d71b5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

TextEditorExample/Data/Scripts/TextEditorExample/RichHudFramework/.gitrepo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[subrepo]
77
remote = [email protected]:ZachHembree/RichHudFramework.Client.git
88
branch = master
9-
commit = f8e2805045ee9c977e4daf41cbd94084e94e4e84
10-
parent = 0d7fcc1fafb630237cfe556589c1dbb9f5a29e59
9+
commit = a7f288aa74e8fcebc91d566be014fa290e360b44
10+
parent = 99b65826be462777877ef155e1e42ea3a9132595
1111
method = merge
1212
cmdver = 0.4.3

TextEditorExample/Data/Scripts/TextEditorExample/RichHudFramework/Client/RichHudClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace RichHudFramework.Client
2020
/// </summary>
2121
public sealed class RichHudClient : RichHudComponentBase
2222
{
23-
public static readonly Vector4I versionID = new Vector4I(1, 2, 3, 0); // Major, Minor, Rev, Hotfix
23+
public static readonly Vector4I versionID = new Vector4I(1, 2, 3, 1); // Major, Minor, Rev, Hotfix
2424
public const ClientSubtypes subtype = ClientSubtypes.Full;
2525

2626
private const long modID = 1965654081, queueID = 1314086443;

TextEditorExample/Data/Scripts/TextEditorExample/RichHudFramework/Shared/.gitrepo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
[subrepo]
77
remote = [email protected]:ZachHembree/RichHudFramework.Shared.git
88
branch = master
9-
commit = b06f59d8a0826e74d5f0791a2e5b61f698f70b8c
9+
commit = 3c39617e9385d10f43d3b22a5ad2b175c4cfaf8b
1010
method = merge
1111
cmdver = 0.4.3
12-
parent = c18ee0956875e9c0d1b494372935324b6dd01bcf
12+
parent = 60f58a0530570cd723acb34b112fb56a1b7968a1
1313

0 commit comments

Comments
 (0)