diff --git a/config/meta.json b/config/meta.json index 0c993f6..8a8dfcf 100644 --- a/config/meta.json +++ b/config/meta.json @@ -1,6 +1,6 @@ { "name": "UmbracoBookshelf", - "version": "0.8.0", + "version": "0.9.0", "url": "http://github.com/kgiszewski/umbracobookshelf", "author": "Kevin Giszewski and Tom Fulton for the auto-packager stuffs", "authorUrl": "http://giszewski.com/", diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 32f0790..6224ab7 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.8.0")] +[assembly: AssemblyFileVersion("0.9.0")]