Skip to content

Commit

Permalink
bump version to 0.4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 16, 2024
1 parent cc3c297 commit a20ad79
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
* https://yaclog.readthedocs.io
* https://keepachangelog.com

## 0.4.1.0 - 2024-04-16

There is nothing permanent except change


## 0.4.0.0 - 2024-04-16

There is nothing permanent except change
Expand Down
6 changes: 3 additions & 3 deletions FreeIva/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("44e7ef91-ec1f-4270-9bbf-e8a002a08689")]

[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]

[assembly: KSPAssembly("FreeIva", 0, 4, 0)]
[assembly: KSPAssembly("FreeIva", 0, 4, 1)]
2 changes: 1 addition & 1 deletion GameData/FreeIva/FreeIva.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR": 0,
"MINOR": 4,
"PATCH": 0,
"PATCH": 1,
"BUILD": 0
},
"KSP_VERSION_MIN":
Expand Down
6 changes: 6 additions & 0 deletions GameData/FreeIva/FreeIvaChangelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ KERBALCHANGELOG
{
modName = FreeIva
author = pizzaoverhead, JonnyOThan, Icecovery
VERSION {
version = 0.4.1.0
versionDate = 2024-04-16
change = There is nothing permanent except change
}

VERSION {
version = 0.4.0.0
versionDate = 2024-04-16
Expand Down

0 comments on commit a20ad79

Please sign in to comment.