diff --git a/README.md b/README.md index 0ada957..4463fc6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Classnames is a simple Twig function for conditionally joining css class names t This plugin requires Craft CMS 4.0.0 or later. +For Craft 3 users, [view the v1 branch](https://github.com/vigetlabs/craft-classnames/tree/v1). + ## Installation To install the plugin, follow these instructions. diff --git a/composer.json b/composer.json index c8fd99d..aaf4ec6 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "viget/craft-classnames", "description": "Classnames plugin for Craft CMS", "type": "craft-plugin", - "version": "2.0.0-RC2", + "version": "2.0.0", "keywords": [ "craft", "cms",