Skip to content

Commit

Permalink
Set version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PremekPaska committed Sep 30, 2021
1 parent 09ae18f commit ff17ec3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JvmClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.github.iv4xr-project'
version = '2.2'
version = '0.3.1'

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

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions Source/Ivxr.SePlugin/Ivxr.SePlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Iv4xr.SePlugin</RootNamespace>
<PackageVersion>0.3.1</PackageVersion>
<AssemblyVersion>0.3.1</AssemblyVersion>
<FileVersion>0.3.1</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ff17ec3

Please sign in to comment.