From c05903420a78368bc3f869a58ec99e3d1ad0d40b Mon Sep 17 00:00:00 2001 From: Definitely-Not-Vlad Date: Fri, 11 Jun 2021 09:19:52 +0200 Subject: [PATCH] Update package.json and package-lock.json with 4.4.6 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 59478901..ea74dc3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@shoutem/ui", - "version": "4.4.5", + "version": "4.4.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 343c4f64..93f259d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shoutem/ui", - "version": "4.4.5", + "version": "4.4.6", "description": "Styleable set of components for React Native applications", "scripts": { "lint": "eslint .",