Skip to content

Commit

Permalink
Release 2.16 for UE 4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts committed May 11, 2020
1 parent 3cd6269 commit b47f1e1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
Binary file modified Binaries/Win64/UE4Editor-GitSourceControl.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Binaries/Win64/UE4Editor.modules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"BuildId": "10570792",
"BuildId": "13144385",
"Modules":
{
"GitSourceControl": "UE4Editor-GitSourceControl.dll"
Expand Down
4 changes: 2 additions & 2 deletions GitSourceControl.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion" : 3,
"Version" : 35,
"VersionName" : "2.15",
"Version" : 36,
"VersionName" : "2.16",
"FriendlyName" : "Git LFS 2",
"Description" : "Git source control management (dev)",
"Category" : "Source Control",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Unreal Engine 4 Git Source Control Plugin
[![release](https://img.shields.io/github/release/SRombauts/UE4GitPlugin.svg)](https://github.com/SRombauts/UE4GitPlugin/releases)
[![Git Plugin issues](https://img.shields.io/github/issues/SRombauts/UE4GitPlugin.svg)](https://github.com/SRombauts/UE4GitPlugin/issues)
[![Join the chat at https://gitter.im/SRombauts/UE4GitPlugin](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/SRombauts/UE4GitPlugin)
UE4GitPlugin is a simple Git Source Control Plugin for **Unreal Engine 4.24**.
UE4GitPlugin is a simple Git Source Control Plugin for **Unreal Engine 4.25**.

Developed and contributed by Sébastien Rombauts 2014-2020 ([email protected])
<a href="https://www.paypal.me/SRombauts" title="Pay Me a Beer! Donate with PayPal :)"><img src="https://www.paypalobjects.com/webstatic/paypalme/images/pp_logo_small.png" width="118"></a>
Expand Down
1 change: 0 additions & 1 deletion Source/GitSourceControl/GitSourceControl.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public GitSourceControl(ReadOnlyTargetRules Target) : base(Target)
"EditorStyle",
"UnrealEd",
"SourceControl",
"LevelEditor",
"Projects",
}
);
Expand Down

0 comments on commit b47f1e1

Please sign in to comment.