Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aligator committed May 7, 2023
1 parent a359a00 commit c0d5ba4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/extended.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- <script src="../_bundles/gcode-viewer.js"></script> -->

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

<!-- Normalize css just for example purposes. In Production you should use a propper way https://necolas.github.io/normalize.css/ -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
Expand Down
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- <script src="../_bundles/gcode-viewer.js"></script> -->

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

<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcode-viewer",
"version": "0.5.0",
"version": "0.6.0",
"description": "A simple gcode viewer lib using three.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c0d5ba4

Please sign in to comment.