From 4686ae88c5962eca12450a4a118d2fbfef298fdd Mon Sep 17 00:00:00 2001 From: Thiago Jacinto <46906069+thiagojacinto@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:52:43 -0300 Subject: [PATCH] fix: version number to 1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d42276..04b2681 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-with-patterns", - "version": "0.0.1", + "version": "1.0.0", "description": "Playing with Cypress and implementing patterns Page Objects and Screenplay", "main": "index.js", "scripts": {