From f7d6ba99dd52171e11afc20e3a276d3cad00ba45 Mon Sep 17 00:00:00 2001 From: Arne van Iterson Date: Mon, 23 Mar 2020 20:05:17 +0100 Subject: [PATCH] 1.0.8 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a11a1c8..39b1a2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "asdf-games", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 65b7fa5..4df232f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asdf-games", - "version": "1.0.7", + "version": "1.0.8", "description": "Javascript gaming framework, based upon the framework made in the book HTML5 Games: Novice to Ninja by Sitepoint.", "main": "lib/index.js", "repository": {