Skip to content

Commit

Permalink
released version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RonenNess committed May 15, 2020
1 parent 9bb596a commit af5a223
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partykals",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/RonenNess/partykals/",
"authors": [
"Ronen Ness <[email protected]>"
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": "partykals",
"version": "1.0.1",
"version": "1.0.2",
"description": "Easy-to-use Particle Systems for THREE.js.",
"main": "dist/partykals.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ For more info, check out the randomizers under `randomizers/` folder, or under `
- Added startAlphaChangeAt, startSizeChangeAt, and startColorChangeAt to only start transitions after some time passes.
- Some minor bugfixes

### 1.0.2 [WIP]
### 1.0.2

- Fixed `dispose` to also dispose the material.
- Fixed shaders to work with WebGL2 as well.
- Fixed shaders to work with WebGL2.

## License

Expand Down

0 comments on commit af5a223

Please sign in to comment.