diff --git a/package.json b/package.json index ce9ab21..a18feba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@enriqcg/nestjs-amqp", - "version": "2.0.3", - "description": "AMQP module for NestJS with decorator support", + "version": "2.0.4", + "description": "AMQP/RabbitMQ module for NestJS with decorator support", "main": "index.js", "scripts": { "lint": "eslint \"lib/**/*.ts\"", @@ -69,4 +69,4 @@ "@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", "@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" } -} +} \ No newline at end of file