From 2fed9f26da6523df1a2e88b5af1f68318ace44e8 Mon Sep 17 00:00:00 2001 From: Andrey Galkin Date: Sat, 2 Nov 2019 21:00:32 +0200 Subject: [PATCH] Updated for release futoin-asyncsteps 2.4.3 --- futoin.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/futoin.json b/futoin.json index 05978e6..3a501c7 100755 --- a/futoin.json +++ b/futoin.json @@ -1,6 +1,6 @@ { "name": "futoin-asyncsteps", - "version": "2.4.2", + "version": "2.4.3", "vcs": "git", "rms": "npm", "rmsRepo": "ignored", diff --git a/package.json b/package.json index d1478d7..bb1484d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "futoin-asyncsteps", - "version": "2.4.2", + "version": "2.4.3", "description": "Mimic traditional threads in single threaded event loop", "main": "lib/main-full.js", "browser": "es5/lib/browser.js",