From 10c77bf51e469fdc00cfc5639f4c8cc9b4800c15 Mon Sep 17 00:00:00 2001 From: es3n1n Date: Sat, 31 May 2025 14:27:56 +0200 Subject: [PATCH 1/2] docs(readme): update pic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae2c2d4..72642f8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An even funnier way to disable windows defender. Defendnot is a successor of [no-defender](https://github.com/es3n1n/no-defender). -![](https://i.imgur.com/epX8wkd.jpeg) +![](https://i.imgur.com/F9gWA92.png) > [!CAUTION] > **Permitted Use Notice**: From 0b09bd6ad58fa8313791bf3b8880f4e76c14893a Mon Sep 17 00:00:00 2001 From: es3n1n Date: Sat, 31 May 2025 14:28:05 +0200 Subject: [PATCH 2/2] build: bump version --- cxx-shared/shared/strings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxx-shared/shared/strings.hpp b/cxx-shared/shared/strings.hpp index 823dcda..9b6248c 100644 --- a/cxx-shared/shared/strings.hpp +++ b/cxx-shared/shared/strings.hpp @@ -5,7 +5,7 @@ namespace strings { constexpr std::string_view kProjectName = "defendnot"; constexpr std::string_view kRepoUrl = "https://github.com/es3n1n/defendnot"; - constexpr std::string_view kVersion = "1.2.0"; + constexpr std::string_view kVersion = "1.3.0"; constexpr std::string_view kDefaultAVName = "dnot.sh";