diff --git a/Notepad/.vs/Notepad/v16/.suo b/Notepad/.vs/Notepad/v16/.suo
index 47115db..c33e554 100644
Binary files a/Notepad/.vs/Notepad/v16/.suo and b/Notepad/.vs/Notepad/v16/.suo differ
diff --git a/Notepad/Notepad v2/Form1.cs b/Notepad/Notepad v2/Form1.cs
index f3db066..d73e2d6 100644
--- a/Notepad/Notepad v2/Form1.cs
+++ b/Notepad/Notepad v2/Form1.cs
@@ -385,7 +385,7 @@ namespace Notatnik
void checkUpdate()
{
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
- string urlVersion = "https://raw.githubusercontent.com/KrzysiekSiemv/Notepad/main/version.txt";
+ string urlVersion = "https://raw.githubusercontent.com/KrzysiekSiemv/Notepad/main/update/version";
WebClient webClient = new WebClient();
Stream stream = webClient.OpenRead(urlVersion);
diff --git a/Notepad/Notepad v2/Properties/AssemblyInfo.cs b/Notepad/Notepad v2/Properties/AssemblyInfo.cs
index 390d42a..a2ce30c 100644
--- a/Notepad/Notepad v2/Properties/AssemblyInfo.cs
+++ b/Notepad/Notepad v2/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Możesz określić wszystkie wartości lub użyć domyślnych numerów kompilacji i poprawki
// przy użyciu symbolu „*”, tak jak pokazano poniżej:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.2.0")]
-[assembly: AssemblyFileVersion("1.0.2.0")]
+[assembly: AssemblyVersion("1.0.1.0")]
+[assembly: AssemblyFileVersion("1.0.1.0")]
diff --git a/Notepad/Notepad v2/bin/Debug/Notatnik.exe b/Notepad/Notepad v2/bin/Debug/Notatnik.exe
index 83282db..d861604 100644
Binary files a/Notepad/Notepad v2/bin/Debug/Notatnik.exe and b/Notepad/Notepad v2/bin/Debug/Notatnik.exe differ
diff --git a/Notepad/Notepad v2/bin/Debug/Notatnik.exe.config b/Notepad/Notepad v2/bin/Debug/Notatnik.exe.config
index 5616f65..4bafda0 100644
--- a/Notepad/Notepad v2/bin/Debug/Notatnik.exe.config
+++ b/Notepad/Notepad v2/bin/Debug/Notatnik.exe.config
@@ -20,6 +20,9 @@
White
+
+ True
+
diff --git a/Notepad/Notepad v2/bin/Debug/Notatnik.pdb b/Notepad/Notepad v2/bin/Debug/Notatnik.pdb
index f01b248..32ddb72 100644
Binary files a/Notepad/Notepad v2/bin/Debug/Notatnik.pdb and b/Notepad/Notepad v2/bin/Debug/Notatnik.pdb differ
diff --git a/Notepad/Notepad v2/bin/Debug/null b/Notepad/Notepad v2/bin/Debug/null
deleted file mode 100644
index ec747fa..0000000
--- a/Notepad/Notepad v2/bin/Debug/null
+++ /dev/null
@@ -1 +0,0 @@
-null
\ No newline at end of file
diff --git a/Notepad/Notepad v2/bin/Debug/test.txt b/Notepad/Notepad v2/bin/Debug/test.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/Notepad/Notepad v2/bin/Debug/updater.exe b/Notepad/Notepad v2/bin/Debug/updater.exe
new file mode 100644
index 0000000..8bf9187
Binary files /dev/null and b/Notepad/Notepad v2/bin/Debug/updater.exe differ
diff --git a/Notepad/Notepad v2/obj/Debug/Notatnik.exe b/Notepad/Notepad v2/obj/Debug/Notatnik.exe
index 83282db..d861604 100644
Binary files a/Notepad/Notepad v2/obj/Debug/Notatnik.exe and b/Notepad/Notepad v2/obj/Debug/Notatnik.exe differ
diff --git a/Notepad/Notepad v2/obj/Debug/Notatnik.pdb b/Notepad/Notepad v2/obj/Debug/Notatnik.pdb
index f01b248..32ddb72 100644
Binary files a/Notepad/Notepad v2/obj/Debug/Notatnik.pdb and b/Notepad/Notepad v2/obj/Debug/Notatnik.pdb differ
diff --git a/Notepad/Notepad v2/obj/Debug/Notepad v2.csproj.GenerateResource.cache b/Notepad/Notepad v2/obj/Debug/Notepad v2.csproj.GenerateResource.cache
index 234b2f4..f4427ea 100644
Binary files a/Notepad/Notepad v2/obj/Debug/Notepad v2.csproj.GenerateResource.cache and b/Notepad/Notepad v2/obj/Debug/Notepad v2.csproj.GenerateResource.cache differ
diff --git a/Notepad/Notepad v2/obj/Debug/Notepad v2.csprojAssemblyReference.cache b/Notepad/Notepad v2/obj/Debug/Notepad v2.csprojAssemblyReference.cache
index bfe8805..f2e7f39 100644
Binary files a/Notepad/Notepad v2/obj/Debug/Notepad v2.csprojAssemblyReference.cache and b/Notepad/Notepad v2/obj/Debug/Notepad v2.csprojAssemblyReference.cache differ
diff --git a/NotepadUpdater/.vs/NotepadUpdater/v16/.suo b/NotepadUpdater/.vs/NotepadUpdater/v16/.suo
index 38b5756..a761518 100644
Binary files a/NotepadUpdater/.vs/NotepadUpdater/v16/.suo and b/NotepadUpdater/.vs/NotepadUpdater/v16/.suo differ