Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Dec 10, 2023
1 parent 4dbd813 commit 5a3382e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions EVEData/EveAppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ public class EveAppConfig
/// <summary>
/// SMT Version Tagline
/// </summary>
public const string SMT_TITLE = "All your (validated) tokens are belong to us";
public const string SMT_TITLE = "Winter Nexus Time";

/// <summary>
/// SMT Version
/// </summary>
public const string SMT_VERSION = "SMT_128";
public const string SMT_VERSION = "SMT_129";

/// <summary>
/// Folder to store all of the data from
Expand Down
4 changes: 2 additions & 2 deletions SMT/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.28.0.0")]
[assembly: AssemblyFileVersion("1.28.0.0")]
[assembly: AssemblyVersion("1.29.0.0")]
[assembly: AssemblyFileVersion("1.29.0.0")]
6 changes: 3 additions & 3 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:SMT"
"ProductCode" = "8:{074A60E2-35DC-43F2-BCBD-DA3C639F36DE}"
"PackageCode" = "8:{CD075D8F-6139-4B34-960E-10F3C006CBCB}"
"ProductCode" = "8:{F54EFEA7-93AE-4EE6-92E2-80D4AF34A7BA}"
"PackageCode" = "8:{A410AA7B-C09D-42A1-8094-C79371C2597E}"
"UpgradeCode" = "8:{52AA6C1E-3097-4771-BEFB-9E08D74573C1}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.28"
"ProductVersion" = "8:1.29"
"Manufacturer" = "8:Slazanger"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/Slazanger/SMT"
Expand Down

0 comments on commit 5a3382e

Please sign in to comment.