From 4ea434ab09e84f09221e771a5df05b0c85cdb48f Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Sat, 27 May 2023 14:22:46 +0200 Subject: [PATCH] chore: bump to 1.1.9 --- landing/package-lock.json | 4 ++-- landing/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/landing/package-lock.json b/landing/package-lock.json index 68a0426..21028ac 100644 --- a/landing/package-lock.json +++ b/landing/package-lock.json @@ -1,12 +1,12 @@ { "name": "landing", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "landing", - "version": "1.1.8", + "version": "1.1.9", "license": "MIT", "devDependencies": { "@linthtml/linthtml": "0.9.4", diff --git a/landing/package.json b/landing/package.json index fdc8edf..6536863 100644 --- a/landing/package.json +++ b/landing/package.json @@ -1,6 +1,6 @@ { "name": "landing", - "version": "1.1.8", + "version": "1.1.9", "description": "demo.foo landing", "main": "index.js", "private": true,