From 718ba5101fb5b60e07d00806c02f5ff5d1814893 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Thu, 16 Jun 2022 11:54:21 +0200 Subject: [PATCH] use 0.10.0 in documentation --- README.md | 2 +- docs/getting-started-local.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 29161c9c..627f1089 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Basic Example - + diff --git a/docs/getting-started-local.md b/docs/getting-started-local.md index 2b675d7b..a064ab9a 100644 --- a/docs/getting-started-local.md +++ b/docs/getting-started-local.md @@ -36,7 +36,7 @@ Now let's setup the required dependencies. Create a file called `package.json` a }, "author": "YOUR_NAME", "dependencies": { - "networked-aframe": "^0.9.0" + "networked-aframe": "^0.10.0" } } ``` @@ -113,7 +113,7 @@ Here's the template we'll start with: - + @@ -122,8 +122,8 @@ Here's the template we'll start with: ``` Please don't use `https://unpkg.com/networked-aframe/dist/networked-aframe.min.js` for production, this will download the latest major release that may contain breaking changes. -It's ok for a testing environment to specify "@^0.9.0" in the url so it downloads the latest minor version that shouldn't have breaking changes. -For production you want to pin to a specific version like `https://unpkg.com/networked-aframe@0.9.0/dist/networked-aframe.min.js`. +It's ok for a testing environment to specify "@^0.10.0" in the url so it downloads the latest minor version that shouldn't have breaking changes. +For production you want to pin to a specific version like `https://unpkg.com/networked-aframe@0.10.0/dist/networked-aframe.min.js`. If you want to use a more recent build from github master that is not released yet, you can use: