Skip to content

Commit

Permalink
Update version to 3.1
Browse files Browse the repository at this point in the history
The version number in the GitHub actions and app title in the main layout were updated. This is to reflect the new version number, 3.1.
  • Loading branch information
sfmskywalker committed Feb 8, 2024
1 parent aacfd6e commit 2a6e6ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
TAG_NAME=${TAG_NAME#refs/tags/} # remove the refs/tags/ prefix
echo "VERSION=${TAG_NAME}" >> $GITHUB_ENV
else
echo "VERSION=3.0.4-preview.${{github.run_number}}" >> $GITHUB_ENV
echo "VERSION=3.1.0-preview.${{github.run_number}}" >> $GITHUB_ENV
fi
- name: Build workflow designer client assets
working-directory: ./src/modules/Elsa.Studio.Workflows.Designer/ClientLib
Expand Down
2 changes: 1 addition & 1 deletion .run/Wasm.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Wasm" type="DotNetProject" factoryName=".NET Project">
<option name="EXE_PATH" value="$USER_HOME$/.nuget/packages/microsoft.aspnetcore.components.webassembly.devserver/7.0.9/tools/blazor-devserver.dll" />
<option name="EXE_PATH" value="$USER_HOME$/.nuget/packages/microsoft.aspnetcore.components.webassembly.devserver/7.0.14/tools/blazor-devserver.dll" />
<option name="PROGRAM_PARAMETERS" value="--applicationpath $PROJECT_DIR$/src/hosts/Elsa.Studio.Host.Wasm/bin/Debug/net7.0/Elsa.Studio.Host.Wasm.dll" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/src/hosts/Elsa.Studio.Host.Wasm" />
<option name="PASS_PARENT_ENVS" value="1" />
Expand Down
2 changes: 1 addition & 1 deletion src/framework/Elsa.Studio.Shared/Layouts/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<MudStack>
<div class="d-flex gap-2 align-center">
<MudImage Src="_content/Elsa.Studio.Shell/img/icon.png" ObjectFit="ObjectFit.ScaleDown" Fluid="true" Width="32" Height="32"></MudImage>
<MudText Typo="Typo.h6">ELSA 3.0</MudText>
<MudText Typo="Typo.h6">ELSA 3.1</MudText>
</div>
</MudStack>
</MudDrawerHeader>
Expand Down

0 comments on commit 2a6e6ea

Please sign in to comment.