From f3222ca9fd850c55e1fe4179908c4768f1666085 Mon Sep 17 00:00:00 2001 From: ermau Date: Thu, 10 Oct 2013 15:03:57 -0400 Subject: [PATCH] Bump version --- component.yaml | 2 +- src/Xamarin.Auth/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component.yaml b/component.yaml index 644ad0b80..b52f29a8d 100644 --- a/component.yaml +++ b/component.yaml @@ -1,4 +1,4 @@ -version: 1.2.1 +version: 1.2.2 name: Xamarin.Auth id: xamarin.auth publisher: Xamarin diff --git a/src/Xamarin.Auth/AssemblyInfo.cs b/src/Xamarin.Auth/AssemblyInfo.cs index 401d1e884..0aaf3eb83 100644 --- a/src/Xamarin.Auth/AssemblyInfo.cs +++ b/src/Xamarin.Auth/AssemblyInfo.cs @@ -32,7 +32,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.2.1.0")] +[assembly: AssemblyVersion("1.2.2.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.