From 77f00db037097ada11111855f31474036c4b5256 Mon Sep 17 00:00:00 2001 From: Samuel Enocsson Date: Fri, 22 May 2026 08:52:23 +0200 Subject: [PATCH] 1.2.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ec4434..5216c00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pdga-ratings", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pdga-ratings", - "version": "1.2.0", + "version": "1.2.1", "dependencies": { "ejs": "^4.0.1", "express": "^4.18.2", diff --git a/package.json b/package.json index 8a1ad12..90ad2ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdga-ratings", - "version": "1.2.0", + "version": "1.2.1", "description": "PDGA rating scraper and display", "main": "server.js", "scripts": {