Skip to content

Commit

Permalink
Revamp the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Takayuki MATSUOKA committed Jun 25, 2017
1 parent b0f3c8a commit 99b410f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SceneViewFovControl/Editor/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace UTJ.UnityEditorExtension.SceneViewFovControl {
static class Settings {
public const string VersionString = "0.1.9";
public const string VersionString = "0.1.10";
public const string MenuItemName = "Edit/Scene View FoV Settings";
public const string EditorPrefsKey = "UTJ.UnityEditor.Extension.SceneViewFovControl";

Expand Down

0 comments on commit 99b410f

Please sign in to comment.