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.