From a6a1fe0a76d1b7a924a56dae6c36296583f7982f Mon Sep 17 00:00:00 2001 From: Adam Roe Date: Wed, 14 Aug 2024 18:17:29 +1000 Subject: [PATCH] Update Author and Version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e27809..b15c8d9 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "pi-weather-station", - "version": "2.0.1", + "version": "2.1", "description": "A weather station designed for the Raspberry Pi 7 inch touchscreen", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node ./server/index.js" }, - "author": "Eric Lewin", + "author": "Adam Roe", "license": "MIT", "dependencies": { "axios": "^0.19.2",