Skip to content

Commit 3421f69

Browse files
committed
chore(release): increment global version to 0.4.1
1 parent a8404da commit 3421f69

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

backend/src/EasyVPN.Api/EasyVPN.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net8.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>0.4.0</Version>
6+
<Version>0.4.1</Version>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<NoWarn>$(NoWarn);1591</NoWarn>
99
</PropertyGroup>

backend/src/EasyVPN.Application/EasyVPN.Application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6-
<Version>0.4.0</Version>
6+
<Version>0.4.1</Version>
77
</PropertyGroup>
88
<ItemGroup>
99
<ProjectReference Include="..\EasyVPN.Domain\EasyVPN.Domain.csproj" />

backend/src/EasyVPN.Contracts/EasyVPN.Contracts.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6-
<Version>0.4.0</Version>
6+
<Version>0.4.1</Version>
77
</PropertyGroup>
88
</Project>

backend/src/EasyVPN.Domain/EasyVPN.Domain.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6-
<Version>0.4.0</Version>
6+
<Version>0.4.1</Version>
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="ErrorOr" Version="2.0.1" />

backend/src/EasyVPN.Infrastructure/EasyVPN.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6-
<Version>0.4.0</Version>
6+
<Version>0.4.1</Version>
77
</PropertyGroup>
88
<ItemGroup>
99
<ProjectReference Include="..\EasyVPN.Application\EasyVPN.Application.csproj" />

backend/tests/UnitTests/EasyVPN.Application.UnitTests/EasyVPN.Application.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<IsPackable>false</IsPackable>
77
<IsTestProject>true</IsTestProject>
8-
<Version>0.4.0</Version>
8+
<Version>0.4.1</Version>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="FluentAssertions" Version="7.0.0-alpha.4" />

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easy-vpn-frontend",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"dependencies": {
66
"@emotion/react": "^11.11.4",

services/WireguardVpn/cmd/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service:
22
name: 'wireguard-vpn'
3-
version: '0.4.0'
3+
version: '0.4.1'
44
api:
55
port: "8000"
66
vpn:

0 commit comments

Comments
 (0)