Skip to content

Commit c28dc23

Browse files
author
github-actions
committed
bump version to 1.6.1.27
1 parent 0c6c918 commit c28dc23

5 files changed

Lines changed: 16 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
* https://yaclog.readthedocs.io
1212
* https://keepachangelog.com
1313

14-
## Unreleased
14+
## 1.6.1.27 - 2024-07-31
1515

1616
* Merged fixes from upstream dev branch that are necessary for TURD to work
1717

18+
1819
## 1.6.0.26 - 2024-07-31
1920

2021
* Updated metal shaders for compatibility with deferred rendering

GameData/000_TexturesUnlimited/Changelog.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ KERBALCHANGELOG
33
{
44
modName = Textures Unlimited
55
author = shadowmage45
6+
VERSION {
7+
version = 1.6.1.27
8+
versionDate = 2024-07-31
9+
change = Merged fixes from upstream dev branch that are necessary for TURD to work
10+
}
11+
612
VERSION {
713
version = 1.6.0.26
814
versionDate = 2024-07-31

GameData/000_TexturesUnlimited/TexturesUnlimited.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"VERSION": {
66
"MAJOR": 1,
77
"MINOR": 6,
8-
"PATCH": 0,
9-
"BUILD": 26
8+
"PATCH": 1,
9+
"BUILD": 27
1010
},
1111
"KSP_VERSION":
1212
{

Source/BlendshapeModelLoader/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[assembly: AssemblyTitle("BlendShapeModelLoader")]
44

5-
[assembly: AssemblyVersion("1.6.0.26")]
6-
[assembly: AssemblyFileVersion("1.6.0.26")]
7-
[assembly: KSPAssembly("BlendShapeModelLoader", 1, 6, 0)]
5+
[assembly: AssemblyVersion("1.6.1.27")]
6+
[assembly: AssemblyFileVersion("1.6.1.27")]
7+
[assembly: KSPAssembly("BlendShapeModelLoader", 1, 6, 1)]

Source/TexturesUnlimited/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[assembly: AssemblyTitle("TexturesUnlimited")]
44

5-
[assembly: AssemblyVersion("1.6.0.26")]
6-
[assembly: AssemblyFileVersion("1.6.0.26")]
7-
[assembly: KSPAssembly("TexturesUnlimited", 1, 6, 0)]
5+
[assembly: AssemblyVersion("1.6.1.27")]
6+
[assembly: AssemblyFileVersion("1.6.1.27")]
7+
[assembly: KSPAssembly("TexturesUnlimited", 1, 6, 1)]

0 commit comments

Comments
 (0)