Skip to content

Commit

Permalink
Version bump to 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karel Hovorka committed Jan 23, 2022
1 parent 35dc50e commit 6e81ff8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion JvmClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com.github.iv4xr-project'
version = '0.5.0'
version = '0.5.1'

repositories {
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions Source/Ivxr.PlugIndependentLib/Ivxr.PlugIndependentLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Iv4xr.PluginLib</RootNamespace>
<PackageVersion>0.4.0</PackageVersion>
<AssemblyVersion>0.5.0</AssemblyVersion>
<PackageVersion>0.5.1</PackageVersion>
<AssemblyVersion>0.5.1</AssemblyVersion>
<FileVersion></FileVersion>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Source/Ivxr.SePlugin/Ivxr.SePlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Iv4xr.SePlugin</RootNamespace>
<PackageVersion>0.4.0</PackageVersion>
<AssemblyVersion>0.5.0</AssemblyVersion>
<PackageVersion>0.5.1</PackageVersion>
<AssemblyVersion>0.5.1</AssemblyVersion>
<FileVersion></FileVersion>
</PropertyGroup>

Expand Down
3 changes: 2 additions & 1 deletion Source/Ivxr.SpaceEngineers/Ivxr.SpaceEngineers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Iv4xr.SpaceEngineers</RootNamespace>
<AssemblyVersion>0.5.0</AssemblyVersion>
<AssemblyVersion>0.5.1</AssemblyVersion>
<FileVersion></FileVersion>
<PackageVersion>0.5.1</PackageVersion>
</PropertyGroup>

</Project>

0 comments on commit 6e81ff8

Please sign in to comment.