From 44b53efaab1e53738f38df20e117f0e7f7e5676a Mon Sep 17 00:00:00 2001 From: Thales Ogliari Date: Sun, 10 Apr 2022 23:07:11 -0300 Subject: [PATCH] v1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08fe11d..775a1fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@thalesog/adonis-bull", "description": "The easiest way to start using an asynchronous job queue with AdonisJS. Supports version 5 and 4.x", - "version": "1.1.0", + "version": "1.1.1", "main": "build/providers/BullProvider.js", "types": "build/adonis-typings/index.d.ts", "license": "MIT",