From b38a5bf862c296348eafa11cf195d045cadf47f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Schmitz?= Date: Tue, 26 Jan 2021 15:52:53 -0300 Subject: [PATCH] chore(release): 1.0.0-0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66f44ee..bd9f79c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rocketseat/adonis-bull", "description": "The easiest way to start using an asynchronous job queue with AdonisJS. Supports version 5 and 4.x", - "version": "0.2.2", + "version": "1.0.0-0", "main": "build/providers/BullProvider.js", "types": "build/adonis-typings/index.d.ts", "license": "MIT",