Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sinai-dev committed Apr 26, 2022
1 parent 178d051 commit 2e37965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Input/InputSystem.cs
Expand Up @@ -160,7 +160,7 @@ public Vector2 MouseScrollDelta
{
return (Vector2)m_ReadV2Control.Invoke(MouseScrollInfo, ArgumentUtility.EmptyArgs);
}
catch (Exception ex)
catch
{
return default;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Universe.cs
Expand Up @@ -21,7 +21,7 @@ public enum GlobalState
}

public const string NAME = "UniverseLib";
public const string VERSION = "1.3.12";
public const string VERSION = "1.3.13";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.universelib";

Expand Down

0 comments on commit 2e37965

Please sign in to comment.