From 363420998d556bbf50adff598e30c428889d0e5f Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 28 Jul 2025 23:30:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/jdr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/jdr.json b/_data/jdr.json index 1dfd5af..46ded1d 100644 --- a/_data/jdr.json +++ b/_data/jdr.json @@ -1,4 +1,4 @@ { "nom":"Pélican", - "version":"1.0.0" + "version":"1.1.0" } \ No newline at end of file diff --git a/package.json b/package.json index 9b342ee..7ed3d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pelican-jdr", - "version": "1.0.0", + "version": "1.1.0", "description": "Un systeme de jdr sous forme d'un site 11ty", "scripts": { "build": "npx @11ty/eleventy",