From 3304dee5317c53da0b99e7fbf6332745729b859e Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Sat, 21 Sep 2024 10:21:35 +0000 Subject: [PATCH] npm is dumb and shows latest version by date, not semver --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23bac09..e0f6020 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-cache-fast", - "version": "1.0.2", + "version": "1.0.3", "description": "Cache stored on the file system", "main": "index.mjs", "scripts": {