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

Commit

Permalink
Bumped version number to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Brüderlin committed Aug 9, 2018
1 parent 18f4ffa commit 35fba32
Show file tree
Hide file tree
Showing 5 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 @@ -16,7 +16,7 @@ particles.js is a lightweight, dependency-free and responsive javascript plugin
There are several ways to install particles.js:
- [Download the latest version](https://github.com/marcbruederlin/particles.js/archive/master.zip)
- Install with npm: `npm install particlesjs --save`
- Use the CDN: `https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.2.2/particles.min.js`
- Use the CDN: `https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.2.3/particles.min.js`

## Usage
Include the minified JS in your HTML (right before the closing body tag).
Expand Down
2 changes: 1 addition & 1 deletion dist/particles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* A lightweight, dependency-free and responsive javascript plugin for particle backgrounds.
*
* @author Marc Bruederlin <hello@marcbruederlin.com>
* @version 2.2.2
* @version 2.2.3
* @license MIT
* @see https://github.com/marcbruederlin/particles.js
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/particles.min.js

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,6 +1,6 @@
{
"name": "particlesjs",
"version": "2.2.2",
"version": "2.2.3",
"description": "A lightweight, dependency-free and responsive javascript plugin for particle backgrounds.",
"main": "dist/particles.min.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/particles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* A lightweight, dependency-free and responsive javascript plugin for particle backgrounds.
*
* @author Marc Bruederlin <hello@marcbruederlin.com>
* @version 2.2.2
* @version 2.2.3
* @license MIT
* @see https://github.com/marcbruederlin/particles.js
*/
Expand Down

0 comments on commit 35fba32

Please sign in to comment.