Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 6, 2024
1 parent 04d2403 commit ecdc3bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _(Note: This changelog focuses on the major changes between the different
versions. Therefore, it may not contain all changes. Especially smaller fixes or
improvements may be omitted.)_

## Version 0.4.0-rc (2024-11-06)
## Version 0.4.0 (2024-11-06)

__[breaking change]__
This version does now require .NET 8 instead of .NET 6, as in previous versions.
Expand Down
2 changes: 1 addition & 1 deletion mouse-click-simulator/mouse-click-simulator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Description>Emulates mouse clicks on arbitrary windows.</Description>
<Authors>Dirk Stolle</Authors>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0-rc1</FileVersion>
<FileVersion>0.4.0.0</FileVersion>
<PackageProjectUrl>https://github.com/striezel/mouse-click-simulator</PackageProjectUrl>
<StartupObject>mouse_click_simulator.Program</StartupObject>
<ApplicationIcon>icons\fugue\mouse.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

AppId={{15F5DF60-44EA-4311-A42A-964865853D90}}
AppName=Mouse Click Simulator
AppVersion=0.4.0.0-rc1
AppVersion=0.4.0.0
AppPublisher=Dirk Stolle
AppPublisherURL=https://github.com/striezel/mouse-click-simulator
AppSupportURL=https://github.com/striezel/mouse-click-simulator
Expand Down

0 comments on commit ecdc3bb

Please sign in to comment.