Skip to content

Commit f8ed906

Browse files
authored
Merge pull request #454 from pmndrs/dev
Version 6.30.1
2 parents a557f42 + f006256 commit f8ed906

File tree

2 files changed

+81
-68
lines changed

2 files changed

+81
-68
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postprocessing",
3-
"version": "6.30.0",
3+
"version": "6.30.1",
44
"description": "A post processing library that provides the means to implement image filter effects for three.js.",
55
"homepage": "https://github.com/pmndrs/postprocessing",
66
"main": "build/postprocessing.js",
@@ -86,7 +86,7 @@
8686
"extends": "aether"
8787
},
8888
"peerDependencies": {
89-
"three": ">= 0.138.0 < 0.150.0"
89+
"three": ">= 0.138.0 < 0.151.0"
9090
},
9191
"devDependencies": {
9292
"@tweakpane/core": "1.x.x",

0 commit comments

Comments
 (0)