Skip to content

Commit 418c70b

Browse files
committed
chore: bump ver
1 parent 4ca1233 commit 418c70b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Installer/GhostDraw.Installer.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="WixToolset.Sdk/4.0.5">
22
<PropertyGroup>
3-
<Version Condition="'$(Version)' == ''">1.0.3</Version>
3+
<Version Condition="'$(Version)' == ''">1.0.4</Version>
44
<OutputName>GhostDrawSetup-$(Version)</OutputName>
55
<OutputType>Package</OutputType>
66
<Platform>x64</Platform>

Src/GhostDraw/GhostDraw.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<UseWPF>true</UseWPF>
99
<UseWindowsForms>true</UseWindowsForms>
1010
<ApplicationIcon>Assets\favicon.ico</ApplicationIcon>
11-
<Version>1.0.3</Version>
11+
<Version>1.0.4</Version>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghost-draw",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Draw directly on your screen with a transparent overlay",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"dev:watch": "dotnet watch run --project Src/GhostDraw/GhostDraw.csproj",
2424
"format": "dotnet format GhostDraw.sln",
2525
"format:check": "dotnet format GhostDraw.sln --verify-no-changes",
26-
"version:check": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -UpdateProjFiles -Bump patch -DryRun",
26+
"version:check": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -CreateTag -PushTag -UpdateProjFiles -Bump patch -DryRun",
2727
"version:tag": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File Scripts/Update-Version.ps1 -CreateTag -PushTag -Bump patch -DryRun"
2828
},
2929
"engines": {

0 commit comments

Comments
 (0)