Update to web control panel 4.24.0

Version bump to 5.15.0
This commit is contained in:
Jordan Dominion
2023-08-24 22:19:48 -04:00
parent fd1e73dfd4
commit e9eaa42f5c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- This is in it's own file to help incremental building, changing it causes a complete rebuild of the web panel -->
<TgsControlPanelVersion>4.23.1</TgsControlPanelVersion>
<TgsControlPanelVersion>4.24.0</TgsControlPanelVersion>
</PropertyGroup>
</Project>
+1 -1
View File
@@ -3,7 +3,7 @@
<!-- Integration tests will ensure they match across the board -->
<Import Project="ControlPanelVersion.props" />
<PropertyGroup>
<TgsCoreVersion>5.14.1</TgsCoreVersion>
<TgsCoreVersion>5.15.0</TgsCoreVersion>
<TgsConfigVersion>4.7.1</TgsConfigVersion>
<TgsApiVersion>9.12.0</TgsApiVersion>
<TgsCommonLibraryVersion>6.0.1</TgsCommonLibraryVersion>