We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25e779 commit 7973dc8Copy full SHA for 7973dc8
Assets/SceneViewFovControl/Editor/Settings.cs
@@ -8,7 +8,7 @@
8
9
namespace UTJ.UnityEditorExtension.SceneViewFovControl {
10
static class Settings {
11
- public const string VersionString = "0.1.8";
+ public const string VersionString = "0.1.9";
12
public const string MenuItemName = "Edit/Scene View FoV Settings";
13
public const string EditorPrefsKey = "UTJ.UnityEditor.Extension.SceneViewFovControl";
14
0 commit comments