Skip to content

Commit

Permalink
Bumped version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchaib committed Sep 30, 2014
1 parent 170bb33 commit cd94f74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions nuget/package/Caliburn.Micro.ReactiveUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Caliburn.Micro.ReactiveUI</id>
<version>2.1.0</version>
<title>Caliburn.Micro.ReactiveUI</title>
<authors>Damien Chaib</authors>
<owners>Damien Chaib</owners>
<version>2.2.1</version>
<title>Caliburn.Micro.ReactiveUI</title>
<authors>Damien Chaib</authors>
<owners>Damien Chaib</owners>
<licenseUrl>https://github.com/dchaib/Caliburn.Micro.ReactiveUI/blob/master/LICENCE.md</licenseUrl>
<projectUrl>https://github.com/dchaib/Caliburn.Micro.ReactiveUI</projectUrl>
<projectUrl>https://github.com/dchaib/Caliburn.Micro.ReactiveUI</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This library provides Caliburn.Micro screens and conductors rewritten to inherit from ReactiveUI ReactiveObject</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/Caliburn.Micro.ReactiveUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyVersion("2.2.1")]
[assembly: AssemblyFileVersion("2.2.1")]

0 comments on commit cd94f74

Please sign in to comment.