Skip to content

Commit

Permalink
Bumped version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestorboy committed Apr 11, 2024
1 parent 766bbdb commit 01549e2
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.4.0";
public const string PACKAGE_VERSION = "0.4.1";

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.4.0",
"version": "0.4.1",
"description": "Prefab and base behaviour for implementing your own custom character controllers in VRChat",
"gitDependencies": {},
"author": {
Expand Down

0 comments on commit 01549e2

Please sign in to comment.