Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
igorseabra4 committed Jun 30, 2020
1 parent fa1bd9a commit 73eeca2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion IndustrialPark/Other/IPversion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public class IPversion
{
public string version = "v0.1.4.5";
public string version = "v0.1.4.6";
public string versionName;
}
}
2 changes: 1 addition & 1 deletion IndustrialPark/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// É possível especificar todos os valores ou usar como padrão os Números de Build e da Revisão
// utilizando o "*" como mostrado abaixo:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.4.5")]
[assembly: AssemblyVersion("0.1.4.6")]
4 changes: 2 additions & 2 deletions IndustrialPark/Resources/ip_version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v0.1.4.5",
"versionName": "* Adds Export Scene method (under Tools). Exports all visible objects in the scene to individual model files in a folder, each with transformation (position, rotation, scale) applied.\n* Fixes editing of flag fields in DYNAs."
"version": "v0.1.4.6",
"versionName": "Fixes editing of DYNA Ring Control."
}

0 comments on commit 73eeca2

Please sign in to comment.