Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 924bb58

Browse files
author
Marc Brüderlin
committed
Bumped version number to 2.2.0
1 parent e6db0f5 commit 924bb58

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ particles.js is a lightweight, dependency-free and responsive javascript plugin
1616
There are several ways to install particles.js:
1717
- [Download the latest version](https://github.com/marcbruederlin/particles.js/archive/master.zip)
1818
- Install with npm: `npm install particlesjs --save`
19-
- Use the CDN: `https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.1.0/particles.min.js`
19+
- Use the CDN: `https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.2.0/particles.min.js`
2020

2121
## Usage
2222
Include the minified JS in your HTML (right before the closing body tag).

dist/particles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* A lightweight, dependency-free and responsive javascript plugin for particle backgrounds.
33
*
44
* @author Marc Bruederlin <hello@marcbruederlin.com>
5-
* @version 2.1.0
5+
* @version 2.2.0
66
* @license MIT
77
* @see https://github.com/marcbruederlin/particles.js
88
*/

dist/particles.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/particles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* A lightweight, dependency-free and responsive javascript plugin for particle backgrounds.
33
*
44
* @author Marc Bruederlin <hello@marcbruederlin.com>
5-
* @version 2.1.0
5+
* @version 2.2.0
66
* @license MIT
77
* @see https://github.com/marcbruederlin/particles.js
88
*/

0 commit comments

Comments
 (0)