Skip to content

Commit 4e33525

Browse files
chore(release): set version to 1.1.3 [skip ci]
### [1.1.3](v1.1.2...v1.1.3) (2019-12-12) #### Bug Fixes * **Runtime:** add missing FodyWeavers.xml file ([399384a](399384a)) > There was no FodyWeavers.xml file so when the package was included in another project it would not load in the Malimbe components and therefore the prefabs would be broken.
1 parent 74976ec commit 4e33525

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
### [1.1.3](https://github.com/ExtendRealityLtd/Tilia.Indicators.ObjectPointers.Unity/compare/v1.1.2...v1.1.3) (2019-12-12)
4+
5+
#### Bug Fixes
6+
7+
* **Runtime:** add missing FodyWeavers.xml file ([399384a](https://github.com/ExtendRealityLtd/Tilia.Indicators.ObjectPointers.Unity/commit/399384a94a1c83c4b13eacb14712a80c217f7eed))
8+
> There was no FodyWeavers.xml file so when the package was included in another project it would not load in the Malimbe components and therefore the prefabs would be broken.
9+
310
### [1.1.2](https://github.com/ExtendRealityLtd/Tilia.Indicators.ObjectPointers.Unity/compare/v1.1.1...v1.1.2) (2019-12-02)
411

512
#### 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.indicators.objectpointers.unity",
33
"displayName": "Tilia Indicators ObjectPointers Unity",
44
"description": "Indicate points in world space with a collection of object based pointers 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)