From 228811a68a9593e91a9e9497a347b740e8aa0220 Mon Sep 17 00:00:00 2001 From: Benjamin Gerber Date: Wed, 22 Jul 2020 10:52:14 +0200 Subject: [PATCH] Set package.json to 2.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09240ae422f..01a55ff9038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngeo", - "version": "2.4.1", + "version": "2.4.2", "description": "AngularJS OpenLayers Library", "scripts": { "build-ngeo-examples": "TARGET=ngeo-examples webpack --mode development --progress --debug",