Skip to content

Commit

Permalink
Next version in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Feb 17, 2021
1 parent 34b308d commit a4dfc2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions GameData/PlanningNode/PlanningNode-Changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ KERBALCHANGELOG
website = github.com/HebaruSan/PlanningNode
showChangelog = True
VERSION
{
version = 0.1.1
versionName = Contact with the Enemy
versionKSP = 1.11
}
VERSION
{
version = 0.1.0
versionName = Ruthless Revision by Nature or Fate
Expand Down
4 changes: 2 additions & 2 deletions GameData/PlanningNode/PlanningNode.version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"NAME": "Planning Node",
"URL": "https://raw.githubusercontent.com/HebaruSan/PlanningNode/master/GameData/PlanningNode/PlanningNode.version",
"DOWNLOAD": "https://github.com/HebaruSan/PlanningNode/releases/download/v0.1.0/PlanningNode.zip",
"DOWNLOAD": "https://github.com/HebaruSan/PlanningNode/releases/download/v0.1.1/PlanningNode.zip",
"GITHUB": {
"USERNAME": "HebaruSan",
"REPOSITORY": "PlanningNode",
Expand All @@ -10,7 +10,7 @@
"VERSION": {
"MAJOR": 0,
"MINOR": 1,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.1.1.0")]
[assembly: AssemblyFileVersion("0.1.1.0")]

0 comments on commit a4dfc2a

Please sign in to comment.