Bumped up version to 0.4.0-dev

This commit is contained in:
David Soulayrol 2022-09-04 15:35:45 +02:00
parent 4d83a36eaa
commit 7514082b97
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "metalsmith-groff",
"version": "0.3.0",
"version": "0.4.0-dev",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "metalsmith-groff",
"version": "0.3.0",
"version": "0.4.0-dev",
"license": "GPL-3.0+",
"dependencies": {
"debug": "~2.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "metalsmith-groff",
"version": "0.3.0",
"version": "0.4.0-dev",
"description": "A Metalsmith plugin to call the groff document formatting system on files",
"readmeFilename": "README.md",
"homepage": "https://apps.ti-nuage.fr/gitea/david/metalsmith-groff",