Skip to content

Commit

Permalink
Merge pull request #454 from pmndrs/dev
Browse files Browse the repository at this point in the history
Version 6.30.1
  • Loading branch information
vanruesc authored Feb 24, 2023
2 parents a557f42 + f006256 commit f8ed906
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 68 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postprocessing",
"version": "6.30.0",
"version": "6.30.1",
"description": "A post processing library that provides the means to implement image filter effects for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"main": "build/postprocessing.js",
Expand Down Expand Up @@ -86,7 +86,7 @@
"extends": "aether"
},
"peerDependencies": {
"three": ">= 0.138.0 < 0.150.0"
"three": ">= 0.138.0 < 0.151.0"
},
"devDependencies": {
"@tweakpane/core": "1.x.x",
Expand Down
Loading

0 comments on commit f8ed906

Please sign in to comment.