Skip to content

Commit 2c56a7c

Browse files
committedMar 20, 2024
Copyright 2024
1 parent 3d3ceac commit 2c56a7c

File tree

305 files changed

+352
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

305 files changed

+352
-316
lines changed
 

‎BhavFinder/BhavFinderApp.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sims2Tools - a toolkit for manipulating The Sims 2 DBPF files
66
*
7-
* William Howard - 2020-2023
7+
* William Howard - 2020-2024
88
*
99
* Permission granted to use this code in any way, except to claim it as your own or sell it
1010
*/
@@ -19,7 +19,7 @@ static class BhavFinderApp
1919
public static string AppName = "BHAV Finder";
2020

2121
public static int AppVersionMajor = 2;
22-
public static int AppVersionMinor = 0;
22+
public static int AppVersionMinor = 1;
2323

2424
#if DEBUG
2525
private static readonly int AppVersionDebug = 0;

‎BhavFinder/BhavFinderData.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sims2Tools - a toolkit for manipulating The Sims 2 DBPF files
66
*
7-
* William Howard - 2020-2023
7+
* William Howard - 2020-2024
88
*
99
* Permission granted to use this code in any way, except to claim it as your own or sell it
1010
*/

0 commit comments

Comments
 (0)
Please sign in to comment.