diff --git a/package-lock.json b/package-lock.json index a4d623d..8d5cd85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rascal", - "version": "17.0.2", + "version": "18.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rascal", - "version": "17.0.2", + "version": "18.0.0", "license": "MIT", "dependencies": { "async": "^3.2.4", diff --git a/package.json b/package.json index 7570199..85d19f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rascal", - "version": "17.0.2", + "version": "18.0.0", "description": "A config driven wrapper for amqplib supporting multi-host connections, automatic error recovery, redelivery flood protection, transparent encryption / decryption, channel pooling and publication timeouts", "main": "index.js", "dependencies": {