From 90d90c2998c06fcc0361f15ec0b7fef87606b20c Mon Sep 17 00:00:00 2001 From: a-frobot Date: Wed, 28 Aug 2024 03:02:41 +0000 Subject: [PATCH] Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/compare/494f7303daeb...c8af911d307d) --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 81cc6b6f3ee..d5961ab373f 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 #cf10866b)'); +console.log('A-Frame Version: 1.6.0 (Date 2024-08-28, Commit #c8af911d)'); console.log('THREE Version (https://github.com/supermedium/three.js):', pkg.dependencies['super-three']); console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);