Skip to content

Commit d8bf3ea

Browse files
authored
chore(docs): update version in playground (#354)
1 parent 371fb88 commit d8bf3ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/playground/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 class="ui5-header bold-font">UI5 Web Components</h2>
3535
Github Project &rsaquo;</a>
3636
<iframe src="https://ghbtns.com/github-btn.html?user=sap&repo=ui5-webcomponents&type=star&count=true&size=small" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
3737
</div>
38-
<div class="curr-version">Current version 0.9.0</div>
38+
<div class="curr-version">Current version 0.10.0</div>
3939
</div>
4040
</div>
4141
</header>

packages/playground/webapp/view/Main.view.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<ToolbarSpacer></ToolbarSpacer>
2020

21-
<Label class="version-label" text="v0.9.0">
21+
<Label class="version-label" text="v0.10.0">
2222
<layoutData>
2323
<OverflowToolbarLayoutData priority="NeverOverflow" />
2424
</layoutData>
@@ -78,7 +78,7 @@
7878
</FlexBox>
7979

8080
<HBox width="100%" justifyContent="SpaceBetween" alignItems="Center">
81-
<Label class="version-label-in-settings" text="v0.9.0" />
81+
<Label class="version-label-in-settings" text="v0.10.0" />
8282
<HBox class="settings-buttons-wrapper" width="100%" justifyContent="End">
8383
<Button type="Transparent" text="Close" press="closeSettingsMenu" class="margin-end custom-button-height" />
8484
<Button text="Apply" press="applyChangeSettings" class="custom-button-height" />

0 commit comments

Comments
 (0)