diff --git a/README.md b/README.md index b2d636b..abd802d 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ ## Mod Config -You can access the settings via the "Options" page of the main menu, or directly from the config at `Mods\UnityExplorer\config.xml` (generated after first launch). +You can access the settings via the "Options" page of the main menu, or directly from the config at `Mods\UnityExplorer\config.ini` (generated after first launch). `Main Menu Toggle` (KeyCode) * Default: `F7` diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index 97df232..dff0850 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -16,7 +16,7 @@ namespace UnityExplorer public class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "3.0.4"; + public const string VERSION = "3.0.5"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer"; public const string EXPLORER_FOLDER = @"Mods\UnityExplorer";