2 Commits

Author SHA1 Message Date
11376cbca2 1.0.20 2022-08-07 11:41:06 +02:00
4d62773747 fix(core): update 2022-08-07 11:41:05 +02:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartmail",
"version": "1.0.19",
"version": "1.0.20",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartmail",
"version": "1.0.19",
"version": "1.0.20",
"license": "UNLICENSED",
"dependencies": {
"@pushrocks/smartdns": "^5.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartmail",
"version": "1.0.19",
"version": "1.0.20",
"private": false,
"description": "a unified format for representing and dealing with mails",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartmail',
version: '1.0.19',
version: '1.0.20',
description: 'a unified format for representing and dealing with mails'
}