diff --git a/package-lock.json b/package-lock.json index a856b20d0..4e12c58d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "studio", - "version": "1.0.0-beta.3", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "studio", - "version": "1.0.0-beta.3", + "version": "1.0.0", "hasInstallScript": true, "license": "GPL-2.0-or-later", "dependencies": { diff --git a/package.json b/package.json index bd6c0d04f..f56ad730f 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "author": "Automattic Inc.", "private": true, "productName": "Studio", - "version": "1.0.0-beta.3", + "version": "1.0.0", "description": "Local WordPress development environment using Playgrounds", "license": "GPL-2.0-or-later", "main": ".webpack/main", "repository": { "type": "git", - "url": "https://github.com/Automattic/local-environment.git", + "url": "https://github.com/Automattic/studio.git", "directory": "/" }, "scripts": {