diff --git a/Lombiq.BaseTheme.Samples/Manifest.cs b/Lombiq.BaseTheme.Samples/Manifest.cs index d25c601..76aa302 100644 --- a/Lombiq.BaseTheme.Samples/Manifest.cs +++ b/Lombiq.BaseTheme.Samples/Manifest.cs @@ -7,7 +7,7 @@ [assembly: Theme( Name = "Lombiq Base Theme - Samples", Author = "Lombiq Technologies", - Version = "1.0.0", + Version = "1.0.1", Website = "https://github.com/Lombiq/Orchard-Base-Theme", Description = "A sample theme that builds on Lombiq Base Theme.", // A base theme is another theme project. Orchard Core Display Management first searches your theme and then the diff --git a/Lombiq.BaseTheme/Manifest.cs b/Lombiq.BaseTheme/Manifest.cs index 0cb2bf1..03cb512 100644 --- a/Lombiq.BaseTheme/Manifest.cs +++ b/Lombiq.BaseTheme/Manifest.cs @@ -3,7 +3,7 @@ [assembly: Theme( Name = "Lombiq Base Theme", Author = "Lombiq Technologies", - Version = "1.0.0", + Version = "1.0.1", Website = "https://github.com/Lombiq/Orchard-Base-Theme", Description = "The base frontend theme for shared content that are not specific to a specific project's theme." )]