From 55ca43c12254b88f42ca933771455bfa9bb7e6bf Mon Sep 17 00:00:00 2001 From: Thales Ogliari Date: Sat, 9 Oct 2021 12:19:07 -0300 Subject: [PATCH] chore(release): 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6611a5..c9a3785 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.0.4", + "version": "1.1.0", "main": "build/providers/BullProvider.js", "types": "build/adonis-typings/index.d.ts", "license": "MIT",