Skip to content

Commit b2f3d3c

Browse files
committed
prepare v0.9.2
Signed-off-by: Jan Fischer <[email protected]>
1 parent 2378061 commit b2f3d3c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ engine.update().render();
2626
```
2727

2828
### TODO
29-
* Collision detection
29+
* ~~Collision detection~~
3030
* Build scene from json
3131
* Depth cueing
3232
* Animation system

examples/example08.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title></title>
5-
<script src="../release/css3d.js"></script>
5+
<script src="../release/css3d.min.js"></script>
66

77

88
<style>

examples/example09.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title></title>
5-
<script src="../release/css3d.js"></script>
5+
<script src="../release/css3d.min.js"></script>
66

77

88
<style>

release/css3d.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var css3d = (function(document)
4949
* @memberof! css3d
5050
* @instance
5151
*/
52-
this.version = '0.9.1';
52+
this.version = '0.9.2';
5353

5454
/**
5555
* Browser supports CSS 3D

release/css3d.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css3d.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var css3d = (function(document)
4949
* @memberof! css3d
5050
* @instance
5151
*/
52-
this.version = '0.9.1';
52+
this.version = '0.9.2';
5353

5454
/**
5555
* Browser supports CSS 3D

0 commit comments

Comments
 (0)