Skip to content

Commit 7917011

Browse files
chore(release): set version to 1.1.3 [skip ci]
### [1.1.3](v1.1.2...v1.1.3) (2021-04-10) #### Bug Fixes * **structure:** move scripts to correct directory ([2915fa2](2915fa2)) > The scripts were in the wrong directory and have now been moved into a `Scripts` directory. > > The prefab creator has also been moved into the `Interactions` menu structure.
1 parent 08180c8 commit 7917011

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.1.3](https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/compare/v1.1.2...v1.1.3) (2021-04-10)
4+
5+
#### Bug Fixes
6+
7+
* **structure:** move scripts to correct directory ([2915fa2](https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/commit/2915fa2e851ed25112f9ee42c3749a27cc0fdda0))
8+
> The scripts were in the wrong directory and have now been moved into a `Scripts` directory.
9+
>
10+
> The prefab creator has also been moved into the `Interactions` menu structure.
11+
312
### [1.1.2](https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/compare/v1.1.1...v1.1.2) (2021-04-07)
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.output.interactorhaptics.unity",
33
"displayName": "Tilia Output InteractorHaptics Unity",
44
"description": "Provides the ability to initiate haptic feedback on the controllers connected to an interactor for the Unity software.",
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)