Preparing release 1.0.0-alpha10 (#4)

This commit is contained in:
Marco Lipparini
2023-07-18 22:16:27 +02:00
committed by GitHub
parent 8e7703652e
commit 86ac444781
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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 <developer@liarco.net>",