From 1aeaa3266e4c6498e1b489d08752506ecbae27e4 Mon Sep 17 00:00:00 2001 From: Tom Simons Date: Wed, 1 Nov 2023 13:30:33 +0100 Subject: [PATCH] Updated files for new release --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b6a32..05f1ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,4 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added -- moved tileHandler and layers to its own repo \ No newline at end of file +- moved tileHandler and layers to its own repo + +## 1.0.1 + +### fixed + +- changed namespace to work with changed namespace of SubObjects package \ No newline at end of file diff --git a/package.json b/package.json index e0f2c64..bcfacbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eu.netherlands3d.cartesiantiles", - "version": "1.0.0", + "version": "1.0.1", "displayName": "Netherlands3D - Cartesian Tiles", "description": "Loads and unloads datasets in a cartesian coordinateSystem", "unity": "2022.2",