From a322bc089a94f9de5fede11b4d0f0ace4d392e13 Mon Sep 17 00:00:00 2001 From: sebas77 Date: Sun, 26 Jan 2020 15:24:05 +0000 Subject: [PATCH] bump upm version --- .gitignore | 3 +++ LICENSE | 3 ++- package.json | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ef0a76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/obj +/bin/Release/netstandard2.0 +/bin/Debug/netstandard2.0 diff --git a/LICENSE b/LICENSE index 04c13f1..3869f65 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -MIT License +The MIT License (MIT) Copyright (c) 2015-2020 Sebastiano MandalĂ  @@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/package.json b/package.json index 36a0151..fe1369b 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "category": "Svelto", "description": "Svelto ECS C# Lightweight Data Oriented Entity Component System Framework", "dependencies": { - "com.sebaslab.svelto.common": "2.9.5" + "com.sebaslab.svelto.common": "2.9.7" }, "keywords": [ "svelto" ], "name": "com.sebaslab.svelto.ecs", "unity": "2019.2", - "version": "2.9.6", + "version": "2.9.7", "type": "framework" }