@abtasty/countdown 3.9.3-0 → 3.9.3-1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/form.js +1 -1
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abtasty/countdown",
3
3
  "description": "Widget for AB Tasty",
4
- "version": "3.9.3-0",
4
+ "version": "3.9.3-1",
5
5
  "form": "dist/form.js",
6
6
  "main": "dist/main.js",
7
7
  "type": "module",
@@ -44,5 +44,5 @@
44
44
  "rollup": "^4.12.0",
45
45
  "rollup-plugin-postcss": "^4.0.2"
46
46
  },
47
- "stableVersion": "3.9.2"
47
+ "stableVersion": "3.9.3-0"
48
48
  }