From 86ac44478181884b3928cab6c693945c324f69f3 Mon Sep 17 00:00:00 2001 From: Marco Lipparini <1532277+liarco@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:16:27 +0200 Subject: [PATCH] Preparing release 1.0.0-alpha10 (#4) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eef6f3c..cc786e0 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ The goal of LDD is to speed up the process of setting up new projects and synchr However, there are some common use cases that require a bit more flexibility, so the following features may help. -### Project config file +### Project config files Each project usually requires its own database, and you will probably need to run most commands against it, depending on the project you are working on. diff --git a/package.json b/package.json index a29a1e2..dca6f39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mep-agency/local-dev-db", - "version": "1.0.0-alpha9", + "version": "1.0.0-alpha10", "private": false, "description": "A zero-config local MariaDB instance for local development (using Docker)", "author": "Marco Lipparini ",