From 861eac054bec8b94e56be22fc39587b59e30ac22 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Wed, 24 Jan 2024 21:00:59 -0300 Subject: [PATCH] Update constants.ts --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 87e6b15..d791f8d 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -5,7 +5,7 @@ * The version of the Tribufu SDK. * @type {string} */ -export const TRIBUFU_VERSION = "0.1.2"; +export const TRIBUFU_VERSION = "0.1.13"; /** * The default Tribufu API URL.