From 54a8fb997b134e9649d4a1b3eac012ad816a2168 Mon Sep 17 00:00:00 2001 From: Tom Hastjarjanto Date: Sat, 11 Dec 2021 16:57:37 +0100 Subject: [PATCH] chore: bump version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ac39d9..5541243 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-native", - "version": "3.11.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 2637a72..ef69273 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-native", - "version": "3.11.0", + "version": "4.0.0", "author": "Tom Hastjarjanto ", "description": "React Native specific linting rules for ESLint", "main": "index.js",