Skip to content

Commit 7417143

Browse files
committed
bump version
1 parent da10078 commit 7417143

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

GameData/000_KSPBurst/KSPBurst.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"MAJOR" : 1,
1111
"MINOR" : 5,
1212
"PATCH" : 4,
13-
"BUILD" : 0
13+
"BUILD" : 1
1414
},
1515
"KSP_VERSION_MIN" : {
1616
"MAJOR" : 1,
512 Bytes
Binary file not shown.

KSPBurst/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.5.4.0")]
35-
[assembly: AssemblyFileVersion("1.5.4.0")]
34+
[assembly: AssemblyVersion("1.5.4.1")]
35+
[assembly: AssemblyFileVersion("1.5.4.1")]
3636
[assembly: KSPAssembly("KSPBurst", 1, 5, 4)]

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"unityBuildDir": "Unity/KSPBurst/Build",
44
"kspMin": "1.8",
55
"kspMax": "1.12",
6-
"version": "1.5.4.0",
6+
"version": "1.5.4.1",
77
"versionTemplate": "tools/KSPBurst.version.in",
88
"unityPackages": [
99
"Unity.Burst",

0 commit comments

Comments
 (0)