diff options
author | Brandon West <brawest@gmail.com> | 2013-01-14 11:23:46 -0700 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2013-01-14 11:23:46 -0700 |
commit | bd267f5bde6c27ff13ed9bc0f03add90b5b4aa3d (patch) | |
tree | 93a2ac3ab787417002106edfa14b5ffc58572346 /SendGrid | |
parent | 306a51136650f129e727ea0164d678ad2ae642e0 (diff) | |
download | sendgrid-csharp-bd267f5bde6c27ff13ed9bc0f03add90b5b4aa3d.zip sendgrid-csharp-bd267f5bde6c27ff13ed9bc0f03add90b5b4aa3d.tar.gz sendgrid-csharp-bd267f5bde6c27ff13ed9bc0f03add90b5b4aa3d.tar.bz2 |
version bump to 1.1
Diffstat (limited to 'SendGrid')
-rwxr-xr-x | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs index c64fbda..1660c37 100755 --- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ using System.Runtime.InteropServices; // 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.0.2.0")]
-[assembly: AssemblyFileVersion("1.0.2.0")]
+[assembly: AssemblyVersion("1.1.0.0")]
+[assembly: AssemblyFileVersion("1.1.0.0")]
|