Skip to content

Commit 35ea555

Browse files
committed
version 3.4.5
1 parent d923aa5 commit 35ea555

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 3.4.5
2+
- Fix for MathUtils issue see #523 #532
3+
14
# 3.4.4
25

36
- Make the distance property of `gps-new-entity-place` available as soon as it's added #507

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Please import the one you need for your project, not both:
6262
You can also import a specific version replacing `master` keyword with version tag:
6363

6464
```html
65-
<script src="https://raw.githack.com/AR-js-org/AR.js/3.4.4/aframe/build/aframe-ar-nft.js">
65+
<script src="https://raw.githack.com/AR-js-org/AR.js/3.4.5/aframe/build/aframe-ar-nft.js">
6666
```
6767
6868
## Get started
@@ -77,7 +77,7 @@ Please follow these simple steps:
7777
- Scan [this picture](https://raw.githubusercontent.com/AR-js-org/AR.js/master/aframe/examples/image-tracking/nft/trex-image-big.jpeg) to see content through the camera.
7878
7979
```html
80-
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@1c2407b26c61958baa93967b5412487cd94b290b/dist/aframe-master.min.js"></script>
80+
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@1.3.0/dist/aframe-master.min.js"></script>
8181
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js"></script>
8282

8383
<style>
@@ -149,7 +149,7 @@ Please follow these simple steps:
149149
<meta charset="utf-8" />
150150
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
151151
<title>GeoAR.js demo</title>
152-
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
152+
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
153153
<script src="https://unpkg.com/[email protected]/dist/aframe-look-at-component.min.js"></script>
154154
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js"></script>
155155
</head>
@@ -183,7 +183,7 @@ Please follow this simple steps:
183183
```html
184184
<!DOCTYPE html>
185185
<html>
186-
<script src="https://aframe.io/releases/1.0.0/aframe.min.js"></script>
186+
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
187187
<!-- we import arjs version without NFT but with marker + location based support -->
188188
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js"></script>
189189
<body style="margin : 0px; overflow: hidden;">

0 commit comments

Comments
 (0)