Skip to content

Commit

Permalink
npm bump to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Nov 4, 2021
1 parent 1e05e71 commit 251c97b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<head>
<title>Street Component!</title>
<script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
<script src="https://unpkg.com/3dstreet@0.2.5/dist/aframe-street-component.js"></script>
<script src="https://unpkg.com/3dstreet@0.2.6/dist/aframe-street-component.js"></script>
</head>
<body>
<a-scene gltf-model="dracoDecoderPath: https://www.gstatic.com/draco/v1/decoders/;">
Expand Down
2 changes: 1 addition & 1 deletion dist/aframe-street-component.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3dstreet",
"version": "0.2.5",
"version": "0.2.6",
"description": "Web-based 3D visualization of streets using A-Frame and WebXR",
"main": "dist/aframe-street-component.js",
"scripts": {
Expand Down

0 comments on commit 251c97b

Please sign in to comment.