Skip to content

Commit

Permalink
Change version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Nov 18, 2022
1 parent fa9742d commit f49080a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dotnet/common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>2.3.2</Version>
<Version>2.4.0</Version>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<AbpProjectType>app</AbpProjectType>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abphelper-gui",
"productName": "AbpHelper",
"version": "2.3.2",
"version": "2.4.0",
"license": "Apache-2.0",
"description": "AbpHelper is a tool that helps you with developing Abp vNext applications.",
"repository": "https://github.com/EasyAbp/AbpHelper.GUI",
Expand Down

0 comments on commit f49080a

Please sign in to comment.