Skip to content

Commit 5e05427

Browse files
committed
Bump release version
1 parent 1227b8f commit 5e05427

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Copy the following code into an `index.html` file.
5252
<script type="importmap">
5353
{
5454
"imports": {
55-
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.174.0/three.module.js",
56-
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.8/spark.module.js"
55+
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.178.0/three.module.js",
56+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.9/spark.module.js"
5757
}
5858
}
5959
</script>
@@ -90,8 +90,8 @@ Remix the [glitch starter template](https://glitch.com/edit/#!/sparkjs-dev)
9090
<script type="importmap">
9191
{
9292
"imports": {
93-
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.174.0/three.module.js",
94-
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.8/spark.module.js"
93+
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.178.0/three.module.js",
94+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.9/spark.module.js"
9595
}
9696
}
9797
</script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkjsdev/spark",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "An advanced 3D Gaussian Splatting renderer for THREE.js",
55
"homepage": "https://sparkjs.dev/",
66
"type": "module",

0 commit comments

Comments
 (0)