Skip to content

Commit c0d5ba4

Browse files
committed
v0.6.0
1 parent a359a00 commit c0d5ba4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/extended.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- <script src="../_bundles/gcode-viewer.js"></script> -->
1212

1313
<!-- In production you should serve this on your own. -->
14-
<script src="https://unpkg.com/gcode-viewer@0.5.0/_bundles/gcode-viewer.js"></script>
14+
<script src="https://unpkg.com/gcode-viewer@0.6.0/_bundles/gcode-viewer.js"></script>
1515

1616
<!-- Normalize css just for example purposes. In Production you should use a propper way https://necolas.github.io/normalize.css/ -->
1717
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"

example/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- <script src="../_bundles/gcode-viewer.js"></script> -->
1111

1212
<!-- In production you should serve this on your own. -->
13-
<script src="https://unpkg.com/gcode-viewer@0.5.0/_bundles/gcode-viewer.js"></script>
13+
<script src="https://unpkg.com/gcode-viewer@0.6.0/_bundles/gcode-viewer.js"></script>
1414
</head>
1515

1616
<body>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcode-viewer",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "A simple gcode viewer lib using three.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)