From c9d8d5c5eb391c36d9c16c826e4ab4be67f4e3d7 Mon Sep 17 00:00:00 2001 From: Prantadas Date: Sat, 24 Aug 2024 21:33:10 +0600 Subject: [PATCH] feat: changed the version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b12b31e..998e85b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "al-quran-sdk", - "version": "1.0.2", + "version": "1.0.3", "description": "An API wrapper for Quran on top of quran.com", "main": "./dist/index.js", "types": "./dist/index.d.ts",