From a3a1028f059d2cc368593a0e0200e9e19e5c5428 Mon Sep 17 00:00:00 2001 From: Bart van Gennep Date: Sun, 10 Feb 2019 13:32:55 +0100 Subject: [PATCH] Updaye composer json version and readme --- README.md | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2c3a352..d4cbf6b9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Schematic allows you to synchronize your Craft setup over multiple environments. Craft 3.1 brings [project config](https://github.com/craftcms/cms/blob/3.1/docs/project-config.md) that will deliver most if not all schematic functionality natively. We will continue to support schematic going forward, but it seems likely to become obsolete. +Currently Schematic will not run on Craft 3.1 or higher! + ## Installation This tool can be installed [using Composer](https://getcomposer.org/doc/00-intro.md). Run the following command from the root of your project: diff --git a/composer.json b/composer.json index 307cc92e..2a284147 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "version": "4.1.1", + "version": "4.1.2", "name": "nerds-and-company/schematic", "description": "Craft setup and sync tool", "type": "craft-plugin",