Skip to content

Commit

Permalink
Merge pull request #2 from diarmidmackenzie/master
Browse files Browse the repository at this point in the history
Ready for initial release
  • Loading branch information
diarmidmackenzie authored Jan 11, 2023
2 parents 5f3949c + c6e9390 commit f0b1940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/stars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame Particle System Component Example</title>
<meta name="description" content="Hello, World!">
<script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.4.1/aframe.min.js"></script>
<script src="../../dist/aframe-particle-system-component.min.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aframe-particle-system-component",
"version": "1.1.3",
"version": "1.1.4",
"description": "Particle systems for A-Frame.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit f0b1940

Please sign in to comment.