Skip to content

Commit db27acb

Browse files
author
github-actions
committed
bump version to 1.0.2
1 parent af63e44 commit db27acb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ 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.2 - 2024-09-24
88

99
### Bug Fixes
1010

1111
- Fixed AGMEMO system (did I even test this?)
1212

13+
1314
## 1.0.1 - 2024-09-13
1415

1516
### New Features

GameData/JSI/RasterPropMonitor/RasterPropMonitor.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"MAJOR": 1,
88
"MINOR": 0,
9-
"PATCH": 1
9+
"PATCH": 2
1010
},
1111
"KSP_VERSION":
1212
{

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.1")]
11+
[assembly: AssemblyVersion("1.0.2")]
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)