updated .version files for 0.90 + updated ReadMe

This commit is contained in:
Paul Liverman
2014-12-18 16:52:43 -08:00
parent 523a0e750c
commit c1094db3b6
7 changed files with 14 additions and 6 deletions

Binary file not shown.

View File

@@ -5,13 +5,13 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 3,
"PATCH": 4,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 0,
"MINOR": 24,
"PATCH": 2
"MINOR": 90,
"PATCH": 0
},
"KSP_VERSION_MIN": {
"MAJOR": 0,

View File

@@ -1,3 +1,7 @@
## 1.1.4
Updated .version for 0.90.
## 1.1.3
Fixed error with .version file, update checks should work now.