From 89165e0ac1a35a04bdb254be9edd082a1d24dffb Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Wed, 3 Jan 2024 11:10:26 -0300 Subject: [PATCH] Bump version to 0.1.2 --- package.json | 2 +- src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3dec456..bd12d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tribufu", - "version": "0.1.1", + "version": "0.1.2", "description": "Tribufu JS SDK", "repository": "https://github.com/Tribufu/TribufuJs", "author": "Tribufu ", diff --git a/src/constants.ts b/src/constants.ts index a618473..9fbcad6 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -4,7 +4,7 @@ * The version of the Tribufu SDK. * @type {string} */ -export const TRIBUFU_VERSION = "0.1.1"; +export const TRIBUFU_VERSION = "0.1.2"; /** * The default Tribufu API URL.