Skip to content

Commit

Permalink
Updated Project Version to 1.3.1 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-maltbie authored Feb 14, 2023
1 parent 20ccdf5 commit 8b34702
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Packages/com.nickmaltbie.openkcc.cinemachine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## In Progress

## [1.3.1] 2023-2-13

* Added basic `SmoothAvatarPos` to smooth avatar position based on some damping
factor to smooth out any jittery movements of the player when snapping
up or down surfaces.
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.nickmaltbie.openkcc.cinemachine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manager will be able to download it from the registry at

```json
"dependencies": {
"com.nickmaltbie.openkcc": "1.3.0",
"com.nickmaltbie.openkcc": "1.3.1",
"com.nickmaltbie.openkcc.cinemachine": "1.3.1",
"com.unity.cinemachine": "2.8.9"
}
Expand Down
4 changes: 2 additions & 2 deletions Packages/com.nickmaltbie.openkcc.cinemachine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.nickmaltbie.openkcc.cinemachine",
"displayName": "OpenKCC Cinemachine",
"version": "1.3.0",
"version": "1.3.1",
"unity": "2021.1",
"unityRelease": "19f1",
"description": "Open Source Kinematic Character Controller Cinemachine extensions.",
Expand All @@ -25,7 +25,7 @@
}
],
"dependencies": {
"com.nickmaltbie.openkcc": "1.3.0",
"com.nickmaltbie.openkcc": "1.3.1",
"com.unity.cinemachine": "2.8.9"
},
"testables": [
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.nickmaltbie.openkcc.netcode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.nickmaltbie.openkcc.netcode",
"displayName": "OpenKCC Netcode",
"version": "1.3.0",
"version": "1.3.1",
"unity": "2021.1",
"unityRelease": "19f1",
"description": "Open Source Kinematic Character Controller for NetCode.",
Expand Down
2 changes: 2 additions & 0 deletions Packages/com.nickmaltbie.openkcc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## In Progress

## [1.3.1] 2023-2-13

* Adjusted how stairs and snap down are handled in `KCCMovementEngine`
and `KCCUtils` to make player slowly move up or down stairs based on
the remaining movement speed of the player.
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.nickmaltbie.openkcc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.nickmaltbie.openkcc",
"displayName": "OpenKCC",
"version": "1.3.0",
"version": "1.3.1",
"unity": "2021.1",
"unityRelease": "19f1",
"description": "Open Source Kinematic Character Controller project.",
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 1.3.0
bundleVersion: 1.3.1
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 8b34702

Please sign in to comment.