diff --git a/_data/env.js b/_data/env.js index 855e603..0455ba3 100644 --- a/_data/env.js +++ b/_data/env.js @@ -1,4 +1,4 @@ module.exports = { includeAnalytics: process.env.VERCEL_ENV === "production", - pusherJSVersion: "8.0.1", + pusherJSVersion: "8.3.0", };