Skip to content

Commit a913830

Browse files
author
github-actions
committed
bump version to 1.6.3.29
1 parent b8682c5 commit a913830

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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.3.29 - 2025-02-20
1515

1616
* The `detail` value can now be saved to presets (thanks @svm420)
1717

18+
1819
## 1.6.2.28 - 2024-11-03
1920

2021
* Adds support for selecting a specific occurrence of a given transform name (thanks @Halbann)
@@ -35,4 +36,4 @@
3536

3637
* Update for KSP 1.9
3738
* Fix issues with TU/* shaders with some of the stock normal maps
38-
* Add keyword driven support for BC5 normal maps ('keyword=TU_BC5_NRM')
39+
* Add keyword driven support for BC5 normal maps ('keyword=TU_BC5_NRM')

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.3.29
8+
versionDate = 2025-02-20
9+
change = The `detail` value can now be saved to presets (thanks @svm420)
10+
}
11+
612
VERSION {
713
version = 1.6.2.28
814
versionDate = 2024-11-03

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": 2,
9-
"BUILD": 28
8+
"PATCH": 3,
9+
"BUILD": 29
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.2.28")]
6-
[assembly: AssemblyFileVersion("1.6.2.28")]
7-
[assembly: KSPAssembly("BlendShapeModelLoader", 1, 6, 2)]
5+
[assembly: AssemblyVersion("1.6.3.29")]
6+
[assembly: AssemblyFileVersion("1.6.3.29")]
7+
[assembly: KSPAssembly("BlendShapeModelLoader", 1, 6, 3)]

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.2.28")]
6-
[assembly: AssemblyFileVersion("1.6.2.28")]
7-
[assembly: KSPAssembly("TexturesUnlimited", 1, 6, 2)]
5+
[assembly: AssemblyVersion("1.6.3.29")]
6+
[assembly: AssemblyFileVersion("1.6.3.29")]
7+
[assembly: KSPAssembly("TexturesUnlimited", 1, 6, 3)]

0 commit comments

Comments
 (0)