Skip to content

Commit

Permalink
Set the version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBenz committed Apr 13, 2019
1 parent cd4691d commit 1fb2611
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ProgressiveColonizationSystem.netkan
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"spec_version": 1,
"spec_version": 2,
"identifier": "ProgressiveColonizationSystem",
"$kref": "#/ckan/github/SteveBenz/ProgressiveColonizationSystem",
"license": "MIT",
"ksp_version_min": "1.5.1",
"ksp_version_max": "1.6.99",
"ksp_version_max": "1.7.99",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/181852-15x~16x-progressivecolonizationsystem-life-support-colonization-for-more-fun-in-late-game/"
},
Expand Down
10 changes: 5 additions & 5 deletions ProgressiveColonizationSystem.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"REPOSITORY": "ProgressiveColonizationSystem"
},
"VERSION": {
"MAJOR": 0,
"MINOR": 1,
"MAJOR": 1,
"MINOR": 0,
"PATCH": 0,
"BUILD": 7
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 6,
"PATCH": 1
"MINOR": 7,
"PATCH": 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand All @@ -24,7 +24,7 @@
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 6,
"MINOR": 7,
"PATCH": 99
}
}
6 changes: 3 additions & 3 deletions src/ProgressiveColonizationSystem/AssemblyVersion.tt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
//
// %textTemplatingPath% "$(ProjectDir)AssemblyFileVersion.tt"

int major = 0;
int minor = 1;
int build = 7;
int major = 1;
int minor = 0;
int build = 8;
int patch = 0;
bool versionSection = false;

Expand Down

0 comments on commit 1fb2611

Please sign in to comment.