From f66b1a98c63126823c9079318f9f3046bdb519b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20dBruxelles?= <18559798+jdbruxelles@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:12:56 +0200 Subject: [PATCH] Mark v1.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f89ef63..17755cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "si18n.js", - "version": "1.0.1", - "description": "A simple way to integrate internationalization on a small web site project.", + "version": "1.1.0", + "description": "A simple and lightweight way to integrate internationalization on a small web site project.", "main": "./si18n.js", "directories": { "src": "src",