diff --git a/packages/fx-core/src/common/templates-config.json b/packages/fx-core/src/common/templates-config.json index cca532e18a..3e63604c43 100644 --- a/packages/fx-core/src/common/templates-config.json +++ b/packages/fx-core/src/common/templates-config.json @@ -1,5 +1,5 @@ { - "version": "0.0.0-rc", + "version": "^2.0.0", "tagPrefix": "templates@", "tagListURL": "https://github.com/OfficeDev/TeamsFx/releases/download/template-tag-list/template-tags.txt", "templateDownloadBaseURL": "https://github.com/OfficeDev/TeamsFx/releases/download", diff --git a/templates/package-lock.json b/templates/package-lock.json index dc60b8dbf7..af9f85beb3 100644 --- a/templates/package-lock.json +++ b/templates/package-lock.json @@ -1,6 +1,6 @@ { "name": "templates", - "version": "2.0.3-rc-hotfix.0", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/templates/package.json b/templates/package.json index b878299f56..fc77f3407a 100644 --- a/templates/package.json +++ b/templates/package.json @@ -1,6 +1,6 @@ { "name": "templates", - "version": "2.0.3-rc-hotfix.0", + "version": "2.0.3", "private": "true", "license": "MIT", "scripts": {