Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Apr 19, 2016
1 parent 7a1a0fa commit a51e028
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion GameData/DMagicOrbitalScience/Change Log.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
v1.2.2
v1.2.3
- Updated for KSP 1.1 final release

v1.2.2
- Updated for KSP 1.1.1215

- Fix SIGINT size issues
Expand Down
6 changes: 3 additions & 3 deletions GameData/DMagicOrbitalScience/DMagicOrbitalScience.version
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"NAME":"DMagic Orbital Science",
"URL":"https://raw.githubusercontent.com/DMagic1/Orbital-Science/dev/GameData/DMagicOrbitalScience/DMagicOrbitalScience.version",
"DOWNLOAD":"https://spacedock.info/mod/128/DMagic%20Orbital%20Science/download/1.2.2",
"DOWNLOAD":"https://spacedock.info/mod/128/DMagic%20Orbital%20Science/download/1.2.3",
"GITHUB":{
"USERNAME":"DMagic1",
"REPOSITORY":"Orbital-Science",
"ALLOW_PRE_RELEASE":true,
"ALLOW_PRE_RELEASE":false,
},
"VERSION":{
"MAJOR":1,
"MINOR":2,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("5428988e-53a6-4d8e-8af4-014572513e22")]

[assembly: AssemblyVersion("1.2.0.2")]
[assembly: AssemblyFileVersion("1.2.0.2")]
[assembly: AssemblyInformationalVersion("v1.2.2")]
[assembly: AssemblyVersion("1.2.0.3")]
[assembly: AssemblyFileVersion("1.2.0.3")]
[assembly: AssemblyInformationalVersion("v1.2.3")]
[assembly: KSPAssembly("DMagic", 1, 4)]

0 comments on commit a51e028

Please sign in to comment.