Skip to content

Commit

Permalink
Change version to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Oct 31, 2023
1 parent c8b73e5 commit 1d41c52
Show file tree
Hide file tree
Showing 4 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.10.0</Version>
<Version>2.10.1</Version>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<AbpProjectType>app</AbpProjectType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/EasyAbp.AbpHelper.Gui.Blazor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.10.0",
"version": "2.10.1",
"name": "easyabp-abphelper-gui",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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.10.0",
"version": "2.10.1",
"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 1d41c52

Please sign in to comment.