Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 25, 2021
1 parent 801f859 commit 28f7234
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.1](https://github.com/BioMotionLab/SUP/compare/release/1.1.0...release/1.1.1) (2021-03-25)


### Bug Fixes

* sample visibility ([6c9fac3](https://github.com/BioMotionLab/SUP/commit/6c9fac3e430327d9ab83329d1991cdc4df5c0d7d))
* sample visibility try 2 ([2c7a803](https://github.com/BioMotionLab/SUP/commit/2c7a803486f798aa093554721384ff08a20e1ce5))

# [1.1.0](https://github.com/BioMotionLab/SUP/compare/release/1.0.1...release/1.1.0) (2021-03-25)


Expand Down
14 changes: 7 additions & 7 deletions bmlSUP_Project/Packages/bmlSUP/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.biomotionlab.sup",
"version": "1.1.0",
"version": "1.1.1",
"displayName": "bmlSUP",
"description": "The BiomotionLab SMPL Unity Player. Plays SMPL animations from AMASS in Unity.",
"unity": "2019.4",
Expand All @@ -17,10 +17,10 @@
},
"type": "library",
"samples": [
{
"displayName": "GUI Viewer",
"description": "A basic graphical interface for viewing animations",
"path": "Samples~/SUPViewer"
}
]
{
"displayName": "GUI Viewer",
"description": "A basic graphical interface for viewing animations",
"path": "Samples~/SUPViewer"
}
]
}

0 comments on commit 28f7234

Please sign in to comment.