diff --git a/package.json b/package.json index 6bd9e54..5a55b7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smart-massi/asyncbatch", - "version": "1.0.12", + "version": "1.0.13", "description": "Asynchronously process task batches", "main": "lib/main.js", "types": "lib/main.d.ts", diff --git a/src/main.ts b/src/main.ts index abbf48d..b445dd4 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,5 +1,5 @@ import _AsyncBatch from "./AsyncBatch"; -console.log("Hello ok"); +console.log("Hello 12220"); export const AsyncBatch = _AsyncBatch;