From ddcaae5392b93cb6ebd81a8cb3ee90c5d5a8eac4 Mon Sep 17 00:00:00 2001 From: Glowstudent777 <55334764+Glowstudent777@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:26:17 -0500 Subject: [PATCH] bump version to 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d46e5b..ce9a4cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@glowstudent/youversion", - "version": "2.0.0", + "version": "2.1.0", "description": "A simple module to get the Verse of the Day and any verse you would like.", "main": "./dist/index.js", "types": "./dist/index.d.ts",