From 757fd8bde411e93ae5399fb55ee3e403b163c309 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 5 Oct 2017 14:58:54 -0600 Subject: [PATCH] Updating package versions --- package.json | 2 +- package/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de95b81971..efd8eae994 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.3.4", + "version": "4.4.0", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/package/package.json b/package/package.json index 42af520523..47595dc581 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.3.4", + "version": "4.4.0", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js",