Bump version to 0.1.2

This commit is contained in:
Guilherme Werner
2024-01-03 11:10:26 -03:00
parent 6e333643e5
commit 89165e0ac1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "tribufu", "name": "tribufu",
"version": "0.1.1", "version": "0.1.2",
"description": "Tribufu JS SDK", "description": "Tribufu JS SDK",
"repository": "https://github.com/Tribufu/TribufuJs", "repository": "https://github.com/Tribufu/TribufuJs",
"author": "Tribufu <contact@Tribufu.com>", "author": "Tribufu <contact@Tribufu.com>",

View File

@ -4,7 +4,7 @@
* The version of the Tribufu SDK. * The version of the Tribufu SDK.
* @type {string} * @type {string}
*/ */
export const TRIBUFU_VERSION = "0.1.1"; export const TRIBUFU_VERSION = "0.1.2";
/** /**
* The default Tribufu API URL. * The default Tribufu API URL.