Skip to content

Commit 20b5677

Browse files
authored
Merge branch 'aframevr:master' into master
2 parents 94c124d + 80dd950 commit 20b5677

File tree

44 files changed

+1599
-1254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1599
-1254
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ objects straight from HTML:
126126
<html>
127127
<head>
128128
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
129-
<script src="https://unpkg.com/aframe-particle-system-component@1.0.x/dist/aframe-particle-system-component.min.js"></script>
129+
<script src="https://unpkg.com/@c-frame/aframe-particle-system-component@1.1.x/dist/aframe-particle-system-component.min.js"></script>
130130
<script src="https://unpkg.com/aframe-extras.ocean@%5E3.5.x/dist/aframe-extras.ocean.min.js"></script>
131-
<script src="https://unpkg.com/aframe-gradient-sky@1.5.0/dist/gradientsky.min.js"></script>
131+
<script src="https://unpkg.com/aframe-gradient-sky@1.0.4/dist/gradientsky.min.js"></script>
132132
</head>
133133
<body>
134134
<a-scene>

‎dist/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script below from the [jsdelivr CDN](https://www.jsdelivr.com/):
88
```html
99
<html>
1010
<head>
11-
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@d971f09bdb48d40c5f4ea9416ce1d53770bf0693/dist/aframe-master.min.js"></script>
11+
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@4142ec90a76916d252e375ceb1595971ee264966/dist/aframe-master.min.js"></script>
1212
</head>
1313
<body>
1414
<a-scene>

0 commit comments

Comments
 (0)