From 3a210d1b60ba7a93704a677686d5d5a3c67a8b1c Mon Sep 17 00:00:00 2001 From: Arne van Iterson Date: Sat, 21 Mar 2020 17:22:49 +0100 Subject: [PATCH] 1.0.3 --- 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 0ba4957..d3cab6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "asdf-games", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 54f06d5..10b7e58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asdf-games", - "version": "1.0.2", + "version": "1.0.3", "description": "Javascript gaming framework, based upon the framework made in the book HTML5 Games: Novice to Ninja by Sitepoint.", "main": "lib/index.js", "repository": {