Skip to content

Commit

Permalink
1.1.1 release (microsoft#4018)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhan2017 authored Sep 3, 2020
1 parent df180d4 commit 065d065
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Composer/packages/client/config/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function getClientEnvironment(publicUrl) {
PUBLIC_URL: publicUrl,
GIT_SHA: getGitSha().toString().replace('\n', ''),
SDK_PACKAGE_VERSION: '4.10.2', // TODO: change this when Composer supports custom schema/custom runtime
COMPOSER_VERSION: '1.1.0',
COMPOSER_VERSION: '1.1.1',
LOCAL_PUBLISH_PATH:
process.env.LOCAL_PUBLISH_PATH || path.resolve(process.cwd(), '../../plugins/localPublish/hostedBots'),
}
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/electron-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bfc/electron-server",
"license": "MIT",
"author": "Microsoft Corporation",
"version": "1.1.0",
"version": "1.1.1",
"description": "Electron wrapper around Composer that launches Composer as a desktop application.",
"main": "./build/main.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion releases/1.1.0.md → releases/1.1.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.1.0
# 1.1.1

## In this release:

Expand Down

0 comments on commit 065d065

Please sign in to comment.