From 53dc7c35d29cc09baa5ddd2d4cc632f6778c6799 Mon Sep 17 00:00:00 2001 From: Espen Hellerud Date: Wed, 15 Apr 2020 09:37:37 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b9c4b5..9f18a01 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@digipost/scene.js", "author": "Olav Bjørkøy", - "version": "1.0.0", + "version": "2.0.0", "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": {