Skip to content

Commit

Permalink
v0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poeticAndroid committed May 8, 2022
1 parent bf7926d commit d8df970
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Essential game components for [A-Frame](https://aframe.io/)!
<html>
<head>
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/a-game@0.44.0/dist/a-game.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/a-game@0.46.0/dist/a-game.min.js"></script>
</head>
<body>
<a-scene physics>
Expand Down
2 changes: 1 addition & 1 deletion dist/a-game.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports={
"name": "a-game",
"title": "A-Game",
"version": "0.45.0",
"version": "0.46.0",
"description": "game components for A-Frame",
"homepage": "https://github.com/poeticAndroid/a-game/blob/master/README.md",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "a-game",
"title": "A-Game",
"version": "0.45.0",
"version": "0.46.0",
"description": "game components for A-Frame",
"homepage": "https://github.com/poeticAndroid/a-game/blob/master/README.md",
"main": "index.js",
Expand Down

0 comments on commit d8df970

Please sign in to comment.