web-manager 3.2.1 → 3.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -430,7 +430,7 @@ function Manager() {
430
430
  message: 'Get 15% off your purchase of our <strong>Premium plans</strong>. <br><br> Get access to all features and unlimited usage.',
431
431
  okButton: {
432
432
  text: 'Claim 15% Discount',
433
- link: '/pricing?utm_source=exitpopup&utm_medium=popup&utm_campaign={pathname}',
433
+ link: '/pricing?utm_source=exit-popup&utm_medium=popup&utm_campaign={pathname}',
434
434
  },
435
435
  },
436
436
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-manager",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "Easily access important variables such as the query string, current domain, and current page in a single object.",
5
5
  "main": "index.js",
6
6
  "scripts": {