From 12b42110e9082b958c4a79f5120197f67fe2ea44 Mon Sep 17 00:00:00 2001 From: Paul Mourer Date: Thu, 11 Jan 2024 22:24:26 -0700 Subject: [PATCH] Version bump to build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30d04a1..36b04a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pmou/strava-api", - "version": "0.1.0", + "version": "0.1.1", "description": "A simple Node.JS OAuth2 client for connecting your app to the Strava API", "main": "./dist/index.js", "engines": {