Skip to content

Commit

Permalink
build: Update version to 0.17.5
Browse files Browse the repository at this point in the history
- Updated the version number in the API project file (WowsKarma.Api.csproj) from 0.17.4.1 to 0.17.5.
- Updated the version number in the package.json file for the app (wowskarma.app/package.json) from 0.17.4 to 0.17.5.
  • Loading branch information
SakuraIsayeki committed Sep 5, 2024
1 parent 4ef516d commit 1e9a049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WowsKarma.Api/WowsKarma.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>

<Version>0.17.4.1</Version>
<Version>0.17.5</Version>
<Authors>Sakura Akeno Isayeki</Authors>
<Company>Nodsoft Systems</Company>
<Product>WOWS Karma (API)</Product>
Expand Down
2 changes: 1 addition & 1 deletion wowskarma.app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wowskarma.app",
"version": "0.17.4",
"version": "0.17.5",
"scripts": {
"ng": "ng",
"dev": "ng serve --watch --ssl true",
Expand Down

0 comments on commit 1e9a049

Please sign in to comment.