Skip to content

Commit d8b6a14

Browse files
committed
Update version to 1.2.0
1 parent b34bfe2 commit d8b6a14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Install and use by directly including the [browser files](dist).
9090
<title>A-Frame Particle System Component Example</title>
9191
<meta name="description" content="Hello, World!">
9292
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
93-
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-particle-system-component@1.1/dist/aframe-particle-system-component.min.js"></script>
93+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-particle-system-component@1.2.0/dist/aframe-particle-system-component.min.js"></script>
9494
</head>
9595
<body>
9696
<a-scene>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@c-frame/aframe-particle-system-component",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"description": "Particle systems for A-Frame.",
55
"main": "./index.js",
66
"directories": {

0 commit comments

Comments
 (0)