Skip to content

Commit 25cb98c

Browse files
committed
Bump spark version in docs
1 parent 9b5635e commit 25cb98c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Copy the following code into an `index.html` file.
5353
{
5454
"imports": {
5555
"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.6/spark.module.js"
56+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.7/spark.module.js"
5757
}
5858
}
5959
</script>
@@ -91,7 +91,7 @@ Remix the [glitch starter template](https://glitch.com/edit/#!/sparkjs-dev)
9191
{
9292
"imports": {
9393
"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.6/spark.module.js"
94+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.7/spark.module.js"
9595
}
9696
}
9797
</script>

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Copy and paste code below in an `index.html` file or remix in the [Web Playgroun
1010
{
1111
"imports": {
1212
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.174.0/three.module.js",
13-
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.6/spark.module.js"
13+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.7/spark.module.js"
1414
}
1515
}
1616
</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.6",
3+
"version": "0.1.7",
44
"description": "An advanced 3D Gaussian Splatting renderer for THREE.js",
55
"homepage": "https://sparkjs.dev/",
66
"type": "module",

0 commit comments

Comments
 (0)