Skip to content

Commit

Permalink
Updated version files
Browse files Browse the repository at this point in the history
  • Loading branch information
obivandamme committed Aug 14, 2015
1 parent 4ccffd1 commit ef49a09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,4 @@ UpgradeLog*.htm
FakesAssemblies/
GameData/ModuleManager.2.6.5.dll
GameData/ModuleManager.2.6.6.dll
GameData/ModuleManager.2.6.7.dll
Binary file modified GameData/Workshop/Plugins/Workshop.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/Workshop/Workshop.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":10,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
4 changes: 2 additions & 2 deletions Source/Workshop/Workshop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// 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("0.10.0")]
[assembly: AssemblyInformationalVersion("0.10.0")]
[assembly: AssemblyVersion("0.10.1")]
[assembly: AssemblyInformationalVersion("0.10.1")]
[assembly: KSPAssembly("Workshop", 0, 10)]
[assembly: KSPAssemblyDependency("KIS", 1, 2)]

0 comments on commit ef49a09

Please sign in to comment.