diff --git a/Packages/Packages.csproj b/Packages/Packages.csproj index fe89ea2..ba0b406 100644 --- a/Packages/Packages.csproj +++ b/Packages/Packages.csproj @@ -9,7 +9,7 @@ Library Packages Packages - 1.0.0 + 1.0.1 true diff --git a/Packages/R7.MiniGallery.dnn b/Packages/R7.MiniGallery.dnn index 46caecf..f22892a 100644 --- a/Packages/R7.MiniGallery.dnn +++ b/Packages/R7.MiniGallery.dnn @@ -1,6 +1,6 @@ - + R7.MiniGallery Simple image gallery with lightbox and automatic thumbnails support. @@ -94,7 +94,7 @@ diff --git a/Packages/ReleaseNotes.txt b/Packages/ReleaseNotes.txt index ebaa99a..61e9a97 100644 --- a/Packages/ReleaseNotes.txt +++ b/Packages/ReleaseNotes.txt @@ -1,11 +1,13 @@ - -

Version 01.00.00

+

Version 1.0.0

This is the initial release.

diff --git a/R7.MiniGallery.sln b/R7.MiniGallery.sln index deede59..544457a 100644 --- a/R7.MiniGallery.sln +++ b/R7.MiniGallery.sln @@ -29,6 +29,6 @@ Global EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = R7.MiniGallery\R7.MiniGallery.csproj - version = 1.0.0 + version = 1.0.1 EndGlobalSection EndGlobal diff --git a/R7.MiniGallery/R7.MiniGallery.csproj b/R7.MiniGallery/R7.MiniGallery.csproj index 87c9cb0..dacf9b0 100644 --- a/R7.MiniGallery/R7.MiniGallery.csproj +++ b/R7.MiniGallery/R7.MiniGallery.csproj @@ -10,7 +10,7 @@ Library R7.MiniGallery R7.MiniGallery - 1.0.0 + 1.0.1
true diff --git a/R7.MiniGallery/lib/Properties/AssemblyInfo.cs b/R7.MiniGallery/lib/Properties/AssemblyInfo.cs index c9b7826..6f159cf 100644 --- a/R7.MiniGallery/lib/Properties/AssemblyInfo.cs +++ b/R7.MiniGallery/lib/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.0.0.*")] +[assembly: AssemblyVersion("1.0.1.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.