Skip to content

Commit 28f7234

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](release/1.1.0...release/1.1.1) (2021-03-25) ### Bug Fixes * sample visibility ([6c9fac3](6c9fac3)) * sample visibility try 2 ([2c7a803](2c7a803))
1 parent 801f859 commit 28f7234

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.1](https://github.com/BioMotionLab/SUP/compare/release/1.1.0...release/1.1.1) (2021-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* sample visibility ([6c9fac3](https://github.com/BioMotionLab/SUP/commit/6c9fac3e430327d9ab83329d1991cdc4df5c0d7d))
7+
* sample visibility try 2 ([2c7a803](https://github.com/BioMotionLab/SUP/commit/2c7a803486f798aa093554721384ff08a20e1ce5))
8+
19
# [1.1.0](https://github.com/BioMotionLab/SUP/compare/release/1.0.1...release/1.1.0) (2021-03-25)
210

311

bmlSUP_Project/Packages/bmlSUP/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.biomotionlab.sup",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"displayName": "bmlSUP",
55
"description": "The BiomotionLab SMPL Unity Player. Plays SMPL animations from AMASS in Unity.",
66
"unity": "2019.4",
@@ -17,10 +17,10 @@
1717
},
1818
"type": "library",
1919
"samples": [
20-
{
21-
"displayName": "GUI Viewer",
22-
"description": "A basic graphical interface for viewing animations",
23-
"path": "Samples~/SUPViewer"
24-
}
25-
]
20+
{
21+
"displayName": "GUI Viewer",
22+
"description": "A basic graphical interface for viewing animations",
23+
"path": "Samples~/SUPViewer"
24+
}
25+
]
2626
}

0 commit comments

Comments
 (0)