Skip to content

Commit

Permalink
Bumped version to 0.3.2
Browse files Browse the repository at this point in the history
• Bumped version from 0.3.1 to 0.3.2.
  • Loading branch information
Nestorboy committed Oct 18, 2023
1 parent da8baab commit 93fdfeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Nessie.Udon.Movement
[RequireComponent(typeof(CharacterController))]
public abstract class AbstractMovement : UdonSharpBehaviour
{
public const string PACKAGE_VERSION = "0.3.1";
public const string PACKAGE_VERSION = "0.3.2";

protected const float VRC_SKIN_WIDTH = 0.005f;
protected const float VRC_HEIGHT = 1.6f;
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.nessie.udon.movement/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.nessie.udon.movement",
"displayName": "NUMovement",
"version": "0.3.1",
"version": "0.3.2",
"description": "Prefab and base behaviour for implementing your own custom character controllers in VRChat",
"gitDependencies": {},
"author": {
Expand Down

0 comments on commit 93fdfeb

Please sign in to comment.