Skip to content

Commit 082a718

Browse files
authored
update version numbers in readme
1 parent 8e4e75f commit 082a718

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ Install and use by directly by including the [browser files](dist):
5858
<title>Most Basic Super-Hands Example</title>
5959
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
6060
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.misc.min.js"></script>
61-
<script src="https://rawgit.com/wmurphyrd/aframe-super-hands-component/master/dist/super-hands.js"></script>
62-
<script src="https://unpkg.com/super-hands@^3.0.2/dist/super-hands.min.js"></script>
61+
<script src="https://unpkg.com/super-hands@^3.0.3/dist/super-hands.min.js"></script>
6362
</head>
6463

6564
<body>
@@ -117,7 +116,7 @@ The [examples page](https://wmurphyrd.github.io/aframe-super-hands-component/exa
117116

118117
## News
119118

120-
v3.0.2
119+
v3.0.3
121120
* A-Frame 1.3.0 support confirmation
122121
* Updated dependencies and fixed tests and examples
123122
* No API changes
@@ -174,8 +173,8 @@ for any device: desktop, mobile ("magic window"), cardboard viewer + button,
174173

175174
| super-hands Version | A-Frame Version | aframe-extras Version | aframe-physics-system Version |
176175
| --- | --- | --- | --- |
177-
| ^v3.0.2 | ^v1.3.0 | ^v6.1.1 | github:n5ro/aframe-physics-system#59100ac8 (last npm version cannot be installed) |
178-
| ^v3.0.1 | ^v1.0.4 | ^v6.1.1 | ^v4.0.1 |
176+
| ^v3.0.3 | ^v1.3.0 | ^v6.1.1 | github:n5ro/aframe-physics-system#59100ac8 (last npm version cannot be installed) |
177+
| ^v3.0.2 | ^v1.0.4 | ^v6.1.1 | ^v4.0.1 |
179178
| v3.0.0 | ^v0.8.2 | ^v4.1.2 | ^v3.1.2 |
180179

181180
## Core Component

0 commit comments

Comments
 (0)