diff --git a/Composer/packages/client/config/env.js b/Composer/packages/client/config/env.js index f4628df0b3..d7c07caf2d 100644 --- a/Composer/packages/client/config/env.js +++ b/Composer/packages/client/config/env.js @@ -87,8 +87,8 @@ function getClientEnvironment(publicUrl) { // images into the `src` and `import` them in code to get their paths. PUBLIC_URL: publicUrl, GIT_SHA: getGitSha().toString().replace('\n', ''), - SDK_PACKAGE_VERSION: '4.9.1', // TODO: change this when Composer supports custom schema/custom runtime - COMPOSER_VERSION: '1.0.0', + SDK_PACKAGE_VERSION: '4.9.3', // TODO: change this when Composer supports custom schema/custom runtime + COMPOSER_VERSION: '1.0.1', LOCAL_PUBLISH_PATH: process.env.LOCAL_PUBLISH_PATH || path.resolve(process.cwd(), '../../plugins/localPublish/hostedBots'), } diff --git a/Composer/packages/electron-server/package.json b/Composer/packages/electron-server/package.json index 2d3dd4122f..893bf6c342 100644 --- a/Composer/packages/electron-server/package.json +++ b/Composer/packages/electron-server/package.json @@ -2,7 +2,7 @@ "name": "@bfc/electron-server", "license": "MIT", "author": "Microsoft Corporation", - "version": "1.0.0", + "version": "1.0.1", "description": "Electron wrapper around Composer that launches Composer as a desktop application.", "main": "./build/main.js", "engines": {