2 Commits

Author SHA1 Message Date
6e8beac2dd 1.0.3 2023-04-03 17:08:27 +02:00
9160a1bd56 fix(core): update 2023-04-03 17:08:26 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartwhois", "name": "@pushrocks/smartwhois",
"version": "1.0.2", "version": "1.0.3",
"private": false, "private": false,
"description": "a package for dealing with whois requests", "description": "a package for dealing with whois requests",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartwhois', name: '@pushrocks/smartwhois',
version: '1.0.2', version: '1.0.3',
description: 'a package for dealing with whois requests' description: 'a package for dealing with whois requests'
} }