Skip to content

Commit 6a8d6dc

Browse files
committed
use VERSION instead of **Version** in README
1 parent 75d5e89 commit 6a8d6dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static string GetVersionFromReadme()
124124
}
125125

126126
try{
127-
var versionHeader = "**Version**:";
127+
var versionHeader = "VERSION:";
128128
var lines = File.ReadAllLines (absPath);
129129
foreach (var line in lines) {
130130
if (line.StartsWith(versionHeader)) {

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Integrations
1010
private const string MODULE_FILENAME = "unityoneclick";
1111
private const string PACKAGE_NAME = "FbxExporters";
1212
private const string VERSION_FILENAME = "README.txt";
13-
private const string VERSION_FIELD = "**Version**";
13+
private const string VERSION_FIELD = "VERSION";
1414
private const string VERSION_TAG = "{Version}";
1515
private const string PROJECT_TAG = "{UnityProject}";
1616

0 commit comments

Comments
 (0)