From 93b78c2385523139dbf84734b60c1992caa35b96 Mon Sep 17 00:00:00 2001 From: a-frobot Date: Wed, 28 Aug 2024 22:48:26 +0000 Subject: [PATCH] Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@89d21b2211f121a1343d1d85e61244376e48a921/dist/aframe-master.min.js) --- dist/README.md | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/README.md b/dist/README.md index 376095902b8..ec82d1018ab 100644 --- a/dist/README.md +++ b/dist/README.md @@ -8,7 +8,7 @@ script below from the [jsdelivr CDN](https://www.jsdelivr.com/): ```html - + diff --git a/src/index.js b/src/index.js index 4f6a750a462..ba655831291 100644 --- a/src/index.js +++ b/src/index.js @@ -78,7 +78,7 @@ require('./core/a-mixin'); require('./extras/components/'); require('./extras/primitives/'); -console.log('A-Frame Version: 1.6.0 (Date 2024-08-28, Commit #8f9a17e4)'); +console.log('A-Frame Version: 1.6.0 (Date 2024-08-28, Commit #89d21b22)'); console.log('THREE Version (https://github.com/supermedium/three.js):', pkg.dependencies['super-three']); console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);