From 034eea163f0c10249b5be0f511bf279bf605ec05 Mon Sep 17 00:00:00 2001 From: Vladimir Vershinin Date: Thu, 21 Mar 2024 18:38:55 +0300 Subject: [PATCH] Release v3.2.0 - fix #25 - upgrade dev, test tools --- LICENSE | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 7ed8f5f..bf676f9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2023 Vladimir Vershinin +Copyright (c) 2016-2024 Vladimir Vershinin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index d5b10c3..a1f11f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol-rotate-feature", - "version": "3.1.1", + "version": "3.2.0", "description": "Rotate vector features interaction for OpenLayers", "main": "dist/ol-rotate-feature.umd.js", "module": "dist/ol-rotate-feature.esm.js",