From f77c998142232c48d8fbefd431297807cfd279be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lef=C3=A8vre?= Date: Thu, 12 Dec 2024 18:14:39 +0100 Subject: [PATCH] 6.0.1 --- README.md | 2 +- elm-application.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 487cefe..196484d 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ each field: { "name": "dmy/elm-doc-preview", "summary": "Offline documentation previewer", - "version": "6.0.0", + "version": "6.0.1", "exposed-modules": [ "Href", "Session", diff --git a/elm-application.json b/elm-application.json index bff08ae..087c501 100644 --- a/elm-application.json +++ b/elm-application.json @@ -1,7 +1,7 @@ { "name": "dmy/elm-doc-preview", "summary": "Offline documentation previewer", - "version": "6.0.0", + "version": "6.0.1", "exposed-modules": [ "Href", "Main", diff --git a/package-lock.json b/package-lock.json index 12e24a0..5d15e6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elm-doc-preview", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elm-doc-preview", - "version": "6.0.0", + "version": "6.0.1", "license": "BSD-3-Clause", "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index 49627f0..fc86bd7 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,5 @@ }, "type": "module", "types": "./lib/elm-doc-server.d.ts", - "version": "6.0.0" + "version": "6.0.1" }