Skip to content

Commit

Permalink
Version bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Sep 11, 2014
1 parent af8b4ed commit 65046d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ModernHttpClient.nuspec
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>2.0.1</version>
<version>2.1.0</version>
<authors>Paul Betts</authors>
<owners>Paul Betts</owners>
<licenseUrl>https://github.com/paulcbetts/ModernHttpClient/blob/master/COPYING</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion component/component.yaml
@@ -1,7 +1,7 @@
%YAML 1.2
---
name: ModernHttpClient
version: 2.0.1
version: 2.1.0
id: "modernhttpclient"
publisher: Paul Betts
publisher-url: http://blog.paulbetts.org/
Expand Down
4 changes: 2 additions & 2 deletions src/ModernHttpClient/Properties/AssemblyInfo.cs
Expand Up @@ -29,5 +29,5 @@
// 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("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]

0 comments on commit 65046d6

Please sign in to comment.