Compare commits

..

2 Commits

Author SHA1 Message Date
2891bcd8cd 3.1.12 2024-04-08 14:54:47 +02:00
bc7ffb1bfc fix(core): update 2024-04-08 14:54:47 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@apiclient.xyz/tink",
"version": "3.1.11",
"version": "3.1.12",
"private": false,
"description": "an unofficial api abstraction for tink.com",
"main": "dist_ts/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/tink',
version: '3.1.11',
version: '3.1.12',
description: 'an unofficial api abstraction for tink.com'
}