diff --git a/build/Look.nuspec b/build/Look.nuspec index 248420b..6d609bf 100644 --- a/build/Look.nuspec +++ b/build/Look.nuspec @@ -2,7 +2,7 @@ Our.Umbraco.Look - 0.34.0 + 0.35.0 Hendy Racher Hendy Racher https://github.com/Hendy/umbraco-look/blob/master/LICENSE diff --git a/src/Our.Umbraco.Look/Properties/AssemblyInfo.cs b/src/Our.Umbraco.Look/Properties/AssemblyInfo.cs index 8364375..2c51442 100644 --- a/src/Our.Umbraco.Look/Properties/AssemblyInfo.cs +++ b/src/Our.Umbraco.Look/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // 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("0.34.0.0")] -[assembly: AssemblyFileVersion("0.34.0.0")] +[assembly: AssemblyVersion("0.35.0.0")] +[assembly: AssemblyFileVersion("0.35.0.0")] [assembly:InternalsVisibleTo("Our.Umbraco.Look.Tests")] \ No newline at end of file