Skip to content

Commit 1310da8

Browse files
committed
Released v1.1.5
1 parent 6d64aa2 commit 1310da8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
working-directory: Sapling
2626
id: get_version
2727
run: |
28-
VERSION=1.1.4
28+
VERSION=1.1.5
2929
echo "Application version: $VERSION"
3030
echo "::set-output name=version::$VERSION"
3131

Sapling/Sapling.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<Nullable>enable</Nullable>
88
<ApplicationIcon>logo.ico</ApplicationIcon>
99
<Title>Sapling</Title>
10-
<AssemblyVersion>1.1.4.0</AssemblyVersion>
11-
<FileVersion>1.1.4.0</FileVersion>
12-
<Version>1.1.4.0</Version>
10+
<AssemblyVersion>1.1.5.0</AssemblyVersion>
11+
<FileVersion>1.1.5.0</FileVersion>
12+
<Version>1.1.5.0</Version>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
</PropertyGroup>
1515

0 commit comments

Comments
 (0)