File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ public class Constants
6
6
7
7
public const string ApplicationExecutableName = ApplicationName + ".exe" ;
8
8
9
- public const string ApplicationVersion = "1.1 " ;
9
+ public const string ApplicationVersion = "1.2 " ;
10
10
11
11
public const string LauncherExecutableName = ApplicationName + "_Launcher.exe" ;
12
12
13
13
public const string Author = "KN4CK3R" ;
14
14
15
- public const string HomepageUrl = "https://github.com/KN4CK3R /ReClass.NET" ;
15
+ public const string HomepageUrl = "https://github.com/ReClassNET /ReClass.NET" ;
16
16
17
- public const string HelpUrl = "https://github.com/KN4CK3R /ReClass.NET/issues" ;
17
+ public const string HelpUrl = "https://github.com/ReClassNET /ReClass.NET/issues" ;
18
18
19
- public const string PluginUrl = "https://github.com/KN4CK3R /ReClass.NET#plugins" ;
19
+ public const string PluginUrl = "https://github.com/ReClassNET /ReClass.NET#plugins" ;
20
20
21
21
#if RECLASSNET64
22
22
public const string Platform = "x64" ;
Original file line number Diff line number Diff line change 31
31
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
32
32
// übernehmen, indem Sie "*" eingeben:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1.1 .0.0" ) ]
35
- [ assembly: AssemblyFileVersion ( "1.1 .0.0" ) ]
34
+ [ assembly: AssemblyVersion ( "1.2 .0.0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.2 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments