From e6e952478131793fc4a2bb0a65e7271a5a9e8fc1 Mon Sep 17 00:00:00 2001 From: JoeSiu Date: Thu, 11 Jan 2024 01:29:01 +0800 Subject: [PATCH] chore: release v1.0.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7205ca5..6a23a0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "xeno-canto-api-ts", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 7c505c7..ad1ebb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xeno-canto-api-ts", - "version": "1.0.2", + "version": "1.0.3", "description": "A TypeScript wrapper for the Xeno Canto API", "homepage": "https://joesiu.github.io/xeno-canto-api-ts", "repository": {