diff --git a/Content.Pipeline/Physics2DImporters/Properties/AssemblyInfo.MG.cs b/Content.Pipeline/Physics2DImporters/Properties/AssemblyInfo.MG.cs index 1a62f10f..24c8c654 100644 --- a/Content.Pipeline/Physics2DImporters/Properties/AssemblyInfo.MG.cs +++ b/Content.Pipeline/Physics2DImporters/Properties/AssemblyInfo.MG.cs @@ -33,5 +33,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/Content.Pipeline/Physics2DImporters/Properties/AssemblyInfo.cs b/Content.Pipeline/Physics2DImporters/Properties/AssemblyInfo.cs index 6c8d3bc5..722b7b33 100644 --- a/Content.Pipeline/Physics2DImporters/Properties/AssemblyInfo.cs +++ b/Content.Pipeline/Physics2DImporters/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/Physics2D.Diagnostics/Diagnostics/Properties/AssemblyInfo.PORTABLE.cs b/Physics2D.Diagnostics/Diagnostics/Properties/AssemblyInfo.PORTABLE.cs index 023662a7..8db6663b 100644 --- a/Physics2D.Diagnostics/Diagnostics/Properties/AssemblyInfo.PORTABLE.cs +++ b/Physics2D.Diagnostics/Diagnostics/Properties/AssemblyInfo.PORTABLE.cs @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Physics2D.Diagnostics/Diagnostics/Properties/AssemblyInfo.cs b/Physics2D.Diagnostics/Diagnostics/Properties/AssemblyInfo.cs index 3c679d61..045c5200 100644 --- a/Physics2D.Diagnostics/Diagnostics/Properties/AssemblyInfo.cs +++ b/Physics2D.Diagnostics/Diagnostics/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] \ No newline at end of file diff --git a/Physics2D/Properties/AssemblyInfo.ANDROID.cs b/Physics2D/Properties/AssemblyInfo.ANDROID.cs index 1fbb4e59..dcdfdc10 100644 --- a/Physics2D/Properties/AssemblyInfo.ANDROID.cs +++ b/Physics2D/Properties/AssemblyInfo.ANDROID.cs @@ -27,5 +27,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/Physics2D/Properties/AssemblyInfo.PORTABLE.cs b/Physics2D/Properties/AssemblyInfo.PORTABLE.cs index 645140ef..b333520e 100644 --- a/Physics2D/Properties/AssemblyInfo.PORTABLE.cs +++ b/Physics2D/Properties/AssemblyInfo.PORTABLE.cs @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Physics2D/Properties/AssemblyInfo.W10.cs b/Physics2D/Properties/AssemblyInfo.W10.cs index c2342203..443a4770 100644 --- a/Physics2D/Properties/AssemblyInfo.W10.cs +++ b/Physics2D/Properties/AssemblyInfo.W10.cs @@ -27,5 +27,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/Physics2D/Properties/AssemblyInfo.cs b/Physics2D/Properties/AssemblyInfo.cs index a99dc17b..7fe39c21 100644 --- a/Physics2D/Properties/AssemblyInfo.cs +++ b/Physics2D/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/Physics2D/Properties/AssemblyInfo.iOS.cs b/Physics2D/Properties/AssemblyInfo.iOS.cs index 1fbb4e59..dcdfdc10 100644 --- a/Physics2D/Properties/AssemblyInfo.iOS.cs +++ b/Physics2D/Properties/AssemblyInfo.iOS.cs @@ -27,5 +27,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/Samples/HelloWorld/Properties/AssemblyInfo.cs b/Samples/HelloWorld/Properties/AssemblyInfo.cs index bb6f06f4..3caa7b6a 100644 --- a/Samples/HelloWorld/Properties/AssemblyInfo.cs +++ b/Samples/HelloWorld/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/Samples/NewSamples/Properties/AssemblyInfo.cs b/Samples/NewSamples/Properties/AssemblyInfo.cs index 927008b8..31694e39 100644 --- a/Samples/NewSamples/Properties/AssemblyInfo.cs +++ b/Samples/NewSamples/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] [assembly: NeutralResourcesLanguage("en")] diff --git a/Samples/Samples/Properties/AssemblyInfo.cs b/Samples/Samples/Properties/AssemblyInfo.cs index 94cba5cd..b57a556c 100644 --- a/Samples/Samples/Properties/AssemblyInfo.cs +++ b/Samples/Samples/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] \ No newline at end of file diff --git a/Samples/Testbed/Properties/AssemblyInfo.cs b/Samples/Testbed/Properties/AssemblyInfo.cs index 4676478e..ded69604 100644 --- a/Samples/Testbed/Properties/AssemblyInfo.cs +++ b/Samples/Testbed/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] \ No newline at end of file