diff --git a/ClickPaste.csproj b/ClickPaste.csproj
index ba3dcb0..9a2cfc7 100644
--- a/ClickPaste.csproj
+++ b/ClickPaste.csproj
@@ -133,4 +133,8 @@
if $(ConfigurationName) == Release $(SolutionDir)\sign.bat $(TargetDir)\$(TargetFileName) $(TargetPath)
+
+
+
+
\ No newline at end of file
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 7edf6b3..f3dd940 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.1.0.0")]
-[assembly: AssemblyFileVersion("1.1.0.0")]
+[assembly: AssemblyVersion("1.2.0.0")]
+[assembly: AssemblyFileVersion("1.2.0.0")]
diff --git a/SettingsForm.Designer.cs b/SettingsForm.Designer.cs
index 808290a..4088d74 100644
--- a/SettingsForm.Designer.cs
+++ b/SettingsForm.Designer.cs
@@ -79,7 +79,7 @@ private void InitializeComponent()
this.Method_Forms.Size = new System.Drawing.Size(104, 17);
this.Method_Forms.TabIndex = 0;
this.Method_Forms.TabStop = true;
- this.Method_Forms.Tag = "1";
+ this.Method_Forms.Tag = "0";
this.Method_Forms.Text = "Forms.SendKeys";
this.Method_Forms.UseVisualStyleBackColor = true;
//