diff --git a/package.json b/package.json index 04e8716..64f2a81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@digipost/scene.js", "author": "Olav Bjørkøy", - "version": "2.1.1", + "version": "2.1.3", "description": "Scene.js is a small JavaScript library for rendering view models. A view consists of a JS object (the model), an HTML file (the template), and an object with properties (the data). Scene.js takes care of loading the template, compiling it with the model, and adds a few helpful methods.", "main": "scene.js", "scripts": {