diff --git a/src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec b/src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec
index a637031..047c8ab 100644
--- a/src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec
+++ b/src/FluentAssertions.Mvc3/FluentAssertions.Mvc3.nuspec
@@ -10,7 +10,7 @@
http://fluentassertionsmvc.codeplex.com
false
FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.
- Xml comments added and Fluent Assertions dependency upgraded to v2.1
+ Fixed NullReferenceException bug in partial view result assertions.
Copyright 2013
TDD, TDD, Fluent, Mvc, AspNetMvc
diff --git a/src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec b/src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec
index 47c92ba..a4a7e45 100644
--- a/src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec
+++ b/src/FluentAssertions.Mvc4/FluentAssertions.Mvc4.nuspec
@@ -10,7 +10,7 @@
http://fluentassertionsmvc.codeplex.com
false
FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent FluentAssertions library.
- Xml comments added and Fluent Assertions dependency upgraded to v2.1
+ Fixed NullReferenceException bug in partial view result assertions.
Copyright 2013
TDD, TDD, Fluent, Mvc, AspNetMvc
diff --git a/src/SolutionInfo.cs b/src/SolutionInfo.cs
index 1b0a44a..4268d55 100644
--- a/src/SolutionInfo.cs
+++ b/src/SolutionInfo.cs
@@ -6,4 +6,4 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("0.2.0")]
\ No newline at end of file
+[assembly: AssemblyVersion("0.2.1")]
\ No newline at end of file