Skip to content

Commit 7926009

Browse files
committed
Version bump to 1.2.2
1 parent 2768db1 commit 7926009

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ModernHttpClient.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
4-
<version>1.2.1</version>
4+
<version>1.2.2</version>
55
<authors>Paul Betts</authors>
66
<owners>Paul Betts</owners>
77
<licenseUrl>https://github.com/paulcbetts/ModernHttpClient/blob/master/COPYING</licenseUrl>

component/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%YAML 1.2
22
---
33
name: ModernHttpClient
4-
version: 1.2.1
4+
version: 1.2.2
55
id: "modernhttpclient"
66
publisher: Paul Betts
77
publisher-url: http://blog.paulbetts.org/

src/ModernHttpClient.Android/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("1.2.1")]
33-
[assembly: AssemblyFileVersion("1.2.1")]
32+
[assembly: AssemblyVersion("1.2.2")]
33+
[assembly: AssemblyFileVersion("1.2.2")]

src/ModernHttpClient.iOS/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("1.2.1")]
33-
[assembly: AssemblyFileVersion("1.2.1")]
32+
[assembly: AssemblyVersion("1.2.2")]
33+
[assembly: AssemblyFileVersion("1.2.2")]

0 commit comments

Comments
 (0)