From 1b4f01f76e1d9ae3674f8d68ce5e29b9a502e7cb Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Sat, 2 Dec 2023 20:18:31 +0100 Subject: [PATCH] bump version --- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 48425cca..12f766f1 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ src In the [dist/](https://github.com/c-frame/aframe-extras/tree/master/dist) folder, download any package(s) you need. Include the scripts on your page, and all components are automatically registered for you: ```html - + ``` -replace `7.1.0` by another tag or a commit hash (for example `3e0ab50`) if you want to use a build from master branch. +replace `7.2.0` by another tag or a commit hash (for example `3e0ab50`) if you want to use a build from master branch. You can [look at the commits](https://github.com/c-frame/aframe-extras/commits/master) and use the latest commit hash. For partial builds, use a subpackage like `aframe-extras.controls.min.js`. Full list of packages above. diff --git a/package-lock.json b/package-lock.json index 70683c5c..9617146f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aframe-extras", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aframe-extras", - "version": "7.1.0", + "version": "7.2.0", "license": "MIT", "dependencies": { "nipplejs": "^0.10.1", diff --git a/package.json b/package.json index ce3639f7..787688b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aframe-extras", - "version": "7.1.0", + "version": "7.2.0", "description": "Add-ons and examples for A-Frame VR.", "author": "Don McCurdy ", "license": "MIT",