Compare commits

..

2 Commits

Author SHA1 Message Date
c5406dcfa6 3.1.9 2023-05-25 20:24:19 +02:00
0db4d790ac fix(core): update 2023-05-25 20:24:18 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@apiclient.xyz/tink",
"version": "3.1.8",
"version": "3.1.9",
"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.8',
version: '3.1.9',
description: 'an unofficial api abstraction for tink.com'
}