diff --git a/samples/v1.1/Elements/Column.SelectAction.json b/samples/v1.1/Elements/Column.SelectAction.json index a393862b27..a9e5072807 100644 --- a/samples/v1.1/Elements/Column.SelectAction.json +++ b/samples/v1.1/Elements/Column.SelectAction.json @@ -1,7 +1,7 @@ { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", - "version": "1.1", + "version": "1.5", "body": [ { "type": "TextBlock", diff --git a/samples/v1.1/Elements/ColumnSet.SelectAction.json b/samples/v1.1/Elements/ColumnSet.SelectAction.json index cb0481b3e0..0e0efd5c9b 100644 --- a/samples/v1.1/Elements/ColumnSet.SelectAction.json +++ b/samples/v1.1/Elements/ColumnSet.SelectAction.json @@ -1,6 +1,6 @@ { "type": "AdaptiveCard", - "version": "1.1", + "version": "1.5", "body": [ { "type": "TextBlock", diff --git a/samples/v1.1/Elements/Container.SelectAction.json b/samples/v1.1/Elements/Container.SelectAction.json index ba8653bf15..fc1252e0c4 100644 --- a/samples/v1.1/Elements/Container.SelectAction.json +++ b/samples/v1.1/Elements/Container.SelectAction.json @@ -1,7 +1,7 @@ { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", - "version": "1.1", + "version": "1.5", "body": [ { "type": "Container", diff --git a/samples/v1.2/Tests/RichTextBlock.TextRun.SelectActions.json b/samples/v1.2/Tests/RichTextBlock.TextRun.SelectActions.json index 5602fee0df..68a892a2e6 100644 --- a/samples/v1.2/Tests/RichTextBlock.TextRun.SelectActions.json +++ b/samples/v1.2/Tests/RichTextBlock.TextRun.SelectActions.json @@ -1,6 +1,6 @@ { "type": "AdaptiveCard", - "version": "1.2", + "version": "1.5", "body": [ { "type": "TextBlock", diff --git a/samples/v1.3/Elements/Input.Text.InlineAction.json b/samples/v1.3/Elements/Input.Text.InlineAction.json index f8d1237529..792805d7c4 100644 --- a/samples/v1.3/Elements/Input.Text.InlineAction.json +++ b/samples/v1.3/Elements/Input.Text.InlineAction.json @@ -1,7 +1,7 @@ { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", - "version": "1.3", + "version": "1.5", "body": [ { "type": "Input.Text", diff --git a/samples/v1.5/Tests/Image.SelectAction.IsEnabled.json b/samples/v1.5/Tests/Image.SelectAction.IsEnabled.json index 4d5d12c7d5..b23e2d7191 100644 --- a/samples/v1.5/Tests/Image.SelectAction.IsEnabled.json +++ b/samples/v1.5/Tests/Image.SelectAction.IsEnabled.json @@ -1,7 +1,7 @@ { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", - "version": "1.3", + "version": "1.5", "body": [ { "type": "Image",