diff --git a/Lombiq.BaseTheme.Samples/Manifest.cs b/Lombiq.BaseTheme.Samples/Manifest.cs index 976ae78..8e7820f 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.2-alpha", + Version = "0.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 b017eb3..6f44daf 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.2-alpha", + Version = "0.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." )]