3.0.1
This commit is contained in:
parent
b0e0f6018d
commit
9e49826865
2 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [Unreleased][]
|
||||
|
||||
## [3.0.1][] - 2016-12-18
|
||||
|
||||
### Update
|
||||
|
||||
- Support aframe 0.4.0
|
||||
|
@ -85,7 +87,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
- Click & Drag component for A-Frame.
|
||||
|
||||
[Unreleased]: https://github.com/jesstelford/aframe-click-drag-component/compare/v3.0.0...HEAD
|
||||
[Unreleased]: https://github.com/jesstelford/aframe-click-drag-component/compare/v3.0.1...HEAD
|
||||
[3.0.1]: https://github.com/jesstelford/aframe-click-drag-component/compare/v3.0.0...v3.0.1
|
||||
[3.0.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v2.0.0...v3.0.0
|
||||
[2.0.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.3...v2.0.0
|
||||
[1.3.3]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.2...v1.3.3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "aframe-click-drag-component",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"description": "Click & Drag component for A-Frame.",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue