Compare commits

..

2 Commits

Author SHA1 Message Date
83fab5dbd3 1.0.12 2023-08-01 15:05:26 +02:00
174ba7f153 fix(core): update 2023-08-01 15:05:25 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@apiclient.xyz/abuse.ch",
"version": "1.0.11",
"version": "1.0.12",
"private": false,
"description": "an unofficial client to retrieve abuse.ch data",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/abuse.ch',
version: '1.0.11',
version: '1.0.12',
description: 'an unofficial client to retrieve abuse.ch data'
}