From e7ae7a4f954771e505fed705a1789125c6ccfb98 Mon Sep 17 00:00:00 2001 From: sylvainpolletvillard Date: Wed, 1 Aug 2018 23:19:49 +0200 Subject: [PATCH] v3.6.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e91d98..cbd0689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "objectmodel", - "version": "3.5.4", + "version": "3.6.0", "description": "Strong Dynamically Typed Object Modeling for JavaScript", "author": "Sylvain Pollet-Villard", "license": "MIT", @@ -27,7 +27,7 @@ "gzip-size": "^5.0.0", "npm-run-all": "^4.1.3", "qunit": "^2.6.1", - "rollup": "^0.63.4", + "rollup": "^0.63.5", "rollup-plugin-terser": "^1.0.1", "rollup-watch": "^4.0.0" },