Skip to content

Commit

Permalink
Fix fdc3Version in ComposeUIDesktopAgent.getInfo()
Browse files Browse the repository at this point in the history
  • Loading branch information
kruplm committed Jul 5, 2023
1 parent 702a968 commit 3f94966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/js/composeui-fdc3/src/ComposeUIDesktopAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class ComposeUIDesktopAgent implements DesktopAgent {
public getInfo(): Promise<ImplementationMetadata> {
return new Promise<ImplementationMetadata>((resolve) => {
const metadata = {
fdc3Version: "2.0.0",
fdc3Version: "2.0",
provider: "ComposeUI",
providerVersion: "0.1.0-alpha.1", //TODO: version check
optionalFeatures: {
Expand Down

0 comments on commit 3f94966

Please sign in to comment.