Skip to content

Commit 82cd532

Browse files
chore(release): set version to 1.0.2 [skip ci]
### [1.0.2](v1.0.1...v1.0.2) (2021-04-01) #### Bug Fixes * **Samples:** switch mappings for right thumbstick and touchpad ([bfa349e](bfa349e)) > The mappings for the right thumbstick and touchpad were the wrong way round where the thumbstick would call the touchpad actions and vice versa. > > This has now been put the right way round.
1 parent 9b0bcc7 commit 82cd532

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [1.0.2](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v1.0.1...v1.0.2) (2021-04-01)
4+
5+
#### Bug Fixes
6+
7+
* **Samples:** switch mappings for right thumbstick and touchpad ([bfa349e](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/commit/bfa349e082b93e141632b206cf7ab0f77f32d894))
8+
> The mappings for the right thumbstick and touchpad were the wrong way round where the thumbstick would call the touchpad actions and vice versa.
9+
>
10+
> This has now been put the right way round.
11+
312
### [1.0.1](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v1.0.0...v1.0.1) (2021-03-31)
413

514
#### Miscellaneous Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.extendreality.tilia.input.unityinputsystem",
33
"displayName": "Tilia Input UnityInputSystem",
44
"description": "Input wrappers for the Unity Input System and a collection of common input prefabs.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"unity": "2019.1",
77
"unityRelease": "0f1",
88
"keywords": [

0 commit comments

Comments
 (0)