Skip to content

Commit

Permalink
Merge pull request #43 from Nils277/development
Browse files Browse the repository at this point in the history
Update to 1.2.8 from Development
  • Loading branch information
Nils277 authored Oct 10, 2018
2 parents 2526bca + e0e7387 commit 5f95005
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 86 deletions.
11 changes: 9 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# v1.2.7 *-Doppler effect-*

# v1.2.8 *-Weird Fish-*
*[Released 10.OCTOBER.2018]*

**Bug Fixes:**

* Fixed plugin code for resource switching
* Fixed some errors in the version file

# v1.2.7 *-Doppler effect-*
*[Released 24.SEPTEMBER.2018]*

**Update:**
Expand All @@ -17,7 +25,6 @@
* The version file now links to the correct website

# v1.2.6 *-Out of control-*

*[Released 03.MAY.2018]*

**Update:**
Expand Down
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.2.8 [Released 10.OCTOBER.2018] ~Weird Fish~
Bug Fixes:
- Fixed plugin code for resource switching
- Fixed some errors in the version file
-------------------------------------------------------
v1.2.7 [Released 24.SEPTEMBER.2018] ~Doppler effect~
Update:
- Recompile for KSP 1.4.5
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"NAME":"Feline Utility Rover",
"URL":"https://raw.githubusercontent.com/Nils277/FelineUtilityRover/master/FOR_RELEASE/GameData/FelineUtilityRover/FelineUtilityRover.version",
"URL":"https://raw.githubusercontent.com/Nils277/FelineUtilityRovers/master/For%20Release/GameData/KerbetrotterLtd/FelineUtilityRover/FelineUtilityRover.version",
"DOWNLOAD":"https://github.com/Nils277/FelineUtilityRovers/releases",

"GITHUB":{
"USERNAME":"Nils277",
"REPOSITORY":"FelineUtilityRover",
"REPOSITORY":"FelineUtilityRovers",
"ALLOW_PRE_RELEASE":false
},

"VERSION": {
"MAJOR": 1,
"MINOR": 2,
"PATCH": 7
"PATCH": 8
},

"KSP_VERSION": {
Expand Down

This file was deleted.

6 changes: 3 additions & 3 deletions Sources/Plugin/KerbetrotterTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.7.0")]
[assembly: AssemblyFileVersion("1.2.7.0")]
[assembly: KSPAssembly("KerbetrotterTools", 1, 0x1270)]
[assembly: AssemblyVersion("1.2.8.0")]
[assembly: AssemblyFileVersion("1.2.8.0")]
[assembly: KSPAssembly("KerbetrotterTools", 1, 0x1280)]

0 comments on commit 5f95005

Please sign in to comment.