Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsass1 committed May 31, 2018
1 parent 9959ac7 commit df220ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CoreLib/ModManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace CoreLib
public class ModManager
{
///TODO: Use <see cref="System.Version"/> instead, if possible.
public static readonly int Version = 100;
public static readonly int Version = 101;
public static readonly string PonySfmurl = "https://ponysfm.com";
public static readonly string ConfigLocation = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\PonySFM";
public static readonly string ConfigFileLocation = ConfigLocation + "\\config.xml";
Expand Down
6 changes: 3 additions & 3 deletions PonySFM Workshop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("The PonySFM Developpers")]
[assembly: AssemblyProduct("PonySFM Workshop")]
[assembly: AssemblyCopyright("Copyright © PonySFM 2016-2017")]
[assembly: AssemblyCopyright("Copyright © PonySFM 2016-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -51,8 +51,8 @@
// 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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: Guid("DD4066A3-069D-4EC1-BDB8-FA1CCE1C52C4")]
[assembly: NeutralResourcesLanguage("en")]

0 comments on commit df220ff

Please sign in to comment.