diff --git a/package-lock.json b/package-lock.json index e53c06ceb..2abf8c22d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swiper-src", - "version": "7.0.0-alpha.40", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swiper-src", - "version": "7.0.0-alpha.40", + "version": "7.0.0", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index d5df162cc..ca4718cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swiper-src", - "version": "7.0.0-alpha.40", + "version": "7.0.0", "description": "Most modern mobile touch slider and framework with hardware accelerated transitions", "scripts": { "build": "node scripts/build", diff --git a/src/copy/package.json b/src/copy/package.json index d43d5cdaa..0f678df74 100644 --- a/src/copy/package.json +++ b/src/copy/package.json @@ -1,6 +1,6 @@ { "name": "swiper", - "version": "7.0.0-alpha.40", + "version": "7.0.0", "description": "Most modern mobile touch slider and framework with hardware accelerated transitions", "typings": "swiper.d.ts", "type": "module",