diff --git a/package.json b/package.json index 74598961..63e20156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@percy/storybook", - "version": "6.0.1-beta.0", + "version": "6.0.1", "description": "Storybook addons for visual testing with Percy", "keywords": [ "storybook", @@ -19,7 +19,7 @@ }, "publishConfig": { "access": "public", - "tag": "beta" + "tag": "latest" }, "engine": { "node": ">=14" diff --git a/packageV7.json b/packageV7.json index 24ad26c1..f6e3d1f3 100644 --- a/packageV7.json +++ b/packageV7.json @@ -1,6 +1,6 @@ { "name": "@percy/storybook", - "version": "6.0.1-beta.0", + "version": "6.0.1", "description": "Storybook addons for visual testing with Percy", "keywords": [ "storybook", @@ -19,7 +19,7 @@ }, "publishConfig": { "access": "public", - "tag": "beta" + "tag": "latest" }, "engine": { "node": ">=14"