From 451ccb387f0b84c6bb398b6c053d76c9f7184e3d Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Tue, 7 Aug 2018 12:08:48 +0100 Subject: [PATCH] Updated info --- LICENSE.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 0e5daf4..32151f2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Nathan Kunicki +Copyright (c) 2018 Nathan Kellenicki Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 132cc4b..5c2a336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-poweredup", - "version": "1.0.2", + "version": "1.0.3", "description": "A Node.js module to interface with LEGO Powered UP components.", "homepage": "https://github.com/nathankellenicki/node-poweredup/", "main": "dist/poweredup.js", @@ -12,7 +12,7 @@ "all": "npm run build && npm run docs && npm run readme", "prepublishOnly": "npm run build" }, - "author": "Nathan Kunicki ", + "author": "Nathan Kellenicki ", "license": "MIT", "dependencies": { "noble": "^1.9.1"