Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
BuilderDemo7 committed Jan 19, 2024
1 parent cf576e8 commit 446716d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Zartex2/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace Zartex
{
public partial class Main : Form
{
public string info_Version = "1.0.47"; // version of the tool
public string info_Version = "1.0.49"; // version of the tool
//public int LuaContext = 1396790604; // "LUAS"
public InspectorWidget Widget;

Expand Down
4 changes: 2 additions & 2 deletions Zartex2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Zartex")]
[assembly: AssemblyTitle("Zartex 2.0")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Zartex")]
[assembly: AssemblyProduct("Zartex 2.0")]
[assembly: AssemblyCopyright("Copyright (C) 2013-2020 Fireboyd78")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down

0 comments on commit 446716d

Please sign in to comment.