Skip to content

Commit 6e3f40d

Browse files
committed
change version to 2.0.3 in uplugin file
1 parent b1f2738 commit 6e3f40d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Config/FilterPlugin.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[FilterPlugin]
2+
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
3+
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
4+
;
5+
; Examples:
6+
; /README.txt
7+
; /Extras/...
8+
; /Binaries/ThirdParty/*.dll

ProjectVersionFromGit.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 2,
4-
"VersionName": "2.0.1",
4+
"VersionName": "2.0.3",
55
"FriendlyName": "ProjectVersionFromGit",
66
"Description": "Set version for project from git tag format MAJOR.MINOR.PATCH also set branch name, commit hash and datetime build",
77
"Category": "Source Control",

0 commit comments

Comments
 (0)