Skip to content

Commit

Permalink
Merge pull request #151 from ZiwKerman/develop
Browse files Browse the repository at this point in the history
Recompile for 1.3.1
  • Loading branch information
ZiwKerman authored Oct 13, 2017
2 parents d97e115 + df38d9f commit 47cae8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ bld/
InfernalRobotics/.vs/
*.scgdat
*._*
*.DS*
3 changes: 0 additions & 3 deletions InfernalRobotics/InfernalRobotics/InfernalRobotics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\KSP_LIB\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="Vectrosity">
<HintPath>..\..\..\KSP_LIB\Vectrosity.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="API\IRWrapper.cs" />
Expand Down
4 changes: 2 additions & 2 deletions InfernalRobotics/InfernalRobotics/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("2.0.9.0")]
[assembly: AssemblyFileVersion("2.0.9.0")]
[assembly: AssemblyVersion("2.0.13.0")]
[assembly: AssemblyFileVersion("2.0.13.0")]

0 comments on commit 47cae8e

Please sign in to comment.