Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aligator committed Dec 4, 2024
1 parent 783bbd9 commit 73f3b74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/dev.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/[email protected].0/_bundles/gcode-viewer.js"></script> -->
<!-- <script src="https://unpkg.com/[email protected].2/_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/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/[email protected].0/_bundles/gcode-viewer.js"></script>
<script src="https://unpkg.com/[email protected].2/_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/[email protected].0/_bundles/gcode-viewer.js"></script>
<script src="https://unpkg.com/[email protected].2/_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.6.0",
"version": "0.6.2",
"description": "A simple gcode viewer lib using three.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 73f3b74

Please sign in to comment.