Skip to content

Commit ca1c2e0

Browse files
committed
Bump version in docs
1 parent 2d381fc commit ca1c2e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.1/spark.module.js"
56+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.2/spark.module.js"
5757
}
5858
}
5959
</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.1/spark.module.js"
13+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.2/spark.module.js"
1414
}
1515
}
1616
</script>

0 commit comments

Comments
 (0)