Skip to content

Commit

Permalink
git subrepo pull TextEditorExample/Data/Scripts/TextEditorExample/Ric…
Browse files Browse the repository at this point in the history
…hHudFramework

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:   "???"
  • Loading branch information
ZachHembree committed Feb 24, 2023
1 parent 99b6582 commit 74d71b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = [email protected]:ZachHembree/RichHudFramework.Client.git
branch = master
commit = f8e2805045ee9c977e4daf41cbd94084e94e4e84
parent = 0d7fcc1fafb630237cfe556589c1dbb9f5a29e59
commit = a7f288aa74e8fcebc91d566be014fa290e360b44
parent = 99b65826be462777877ef155e1e42ea3a9132595
method = merge
cmdver = 0.4.3
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace RichHudFramework.Client
/// </summary>
public sealed class RichHudClient : RichHudComponentBase
{
public static readonly Vector4I versionID = new Vector4I(1, 2, 3, 0); // Major, Minor, Rev, Hotfix
public static readonly Vector4I versionID = new Vector4I(1, 2, 3, 1); // Major, Minor, Rev, Hotfix
public const ClientSubtypes subtype = ClientSubtypes.Full;

private const long modID = 1965654081, queueID = 1314086443;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
[subrepo]
remote = [email protected]:ZachHembree/RichHudFramework.Shared.git
branch = master
commit = b06f59d8a0826e74d5f0791a2e5b61f698f70b8c
commit = 3c39617e9385d10f43d3b22a5ad2b175c4cfaf8b
method = merge
cmdver = 0.4.3
parent = c18ee0956875e9c0d1b494372935324b6dd01bcf
parent = 60f58a0530570cd723acb34b112fb56a1b7968a1

0 comments on commit 74d71b5

Please sign in to comment.