diff --git a/README.md b/README.md index 9a82df4..6e82a97 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ## Solarize by TEMPLATED =================== +**Note:** This is for Bolt 3. Check out the `bolt-v2` branch for a Bolt 2 compatible version. + ![Preview](screenshots/screenshot1.png) ### Introduction diff --git a/composer.json b/composer.json index 554f86a..117bac6 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "bolt-theme", "keywords": ["theme", "solarize", "responsive", "clean"], "require": { - "bolt/bolt": ">=2.0.0,<3.0.0" + "bolt/bolt": "^3.0" }, "license": "CCA (Creative Commons Attribution)", "authors": [ diff --git a/record-sidebar-left.twig b/record-sidebar-left.twig index 1377db2..7cdcb8b 100755 --- a/record-sidebar-left.twig +++ b/record-sidebar-left.twig @@ -10,6 +10,9 @@
diff --git a/record-sidebar-right.twig b/record-sidebar-right.twig index 4ce1ba6..593885a 100755 --- a/record-sidebar-right.twig +++ b/record-sidebar-right.twig @@ -23,6 +23,9 @@ diff --git a/config.yml b/theme.yml similarity index 100% rename from config.yml rename to theme.yml