diff --git a/.version b/.version
index 43eadaf..492f8f9 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.0.0.5
\ No newline at end of file
+0.0.0.6
\ No newline at end of file
diff --git a/NetinaShop.Api/NetinaShop.Api.csproj b/NetinaShop.Api/NetinaShop.Api.csproj
index e023ccd..b74ce38 100644
--- a/NetinaShop.Api/NetinaShop.Api.csproj
+++ b/NetinaShop.Api/NetinaShop.Api.csproj
@@ -6,8 +6,8 @@
enable
true
Linux
- 0.0.0.5
- 0.0.0.5
+ 0.0.0.6
+ 0.0.0.6
diff --git a/NetinaShop.Repository/Handlers/ProductCategories/UpdateProductCategoryCommandHandler.cs b/NetinaShop.Repository/Handlers/ProductCategories/UpdateProductCategoryCommandHandler.cs
index 972456d..f92169c 100644
--- a/NetinaShop.Repository/Handlers/ProductCategories/UpdateProductCategoryCommandHandler.cs
+++ b/NetinaShop.Repository/Handlers/ProductCategories/UpdateProductCategoryCommandHandler.cs
@@ -37,7 +37,7 @@ public class UpdateProductCategoryCommandHandler : IRequestHandler().Add(newEnt);
+ _repositoryWrapper.SetRepository().Update(newEnt);
await _repositoryWrapper.SaveChangesAsync(cancellationToken);
return true;
}