Skip to content

Commit 22000c3

Browse files
author
github-actions
committed
bump version to 1.0.1
1 parent 66380ab commit 22000c3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Discord support server: https://discord.gg/vBDzZAq3AF.
44

55
Please always post your [KSP.log file](https://gist.github.com/JonnyOThan/04c2074b56f78e56d115621effee30f9) when reporting issues.
66

7-
## Unreleased
7+
## 1.0.1 - 2024-09-13
88

99
### New Features
1010

GameData/JSI/RasterPropMonitor/RasterPropMonitor.version

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
{
77
"MAJOR": 1,
88
"MINOR": 0,
9-
"PATCH": 0,
10-
"BUILD": 0
9+
"PATCH": 1
1110
},
1211
"KSP_VERSION":
1312
{

SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[assembly: AssemblyTrademark("")]
99
[assembly: AssemblyCulture("")]
1010

11-
[assembly: AssemblyVersion("1.0.0.0")]
11+
[assembly: AssemblyVersion("1.0.1")]
1212

1313
// The following attributes are used to specify the signing key for the assembly,
1414
// if desired. See the Mono documentation for more information about signing.

0 commit comments

Comments
 (0)