From b752615d9552eed5ea90ce676e117b9a2f5bf49b Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Fri, 7 Oct 2022 20:01:41 +0000 Subject: [PATCH] Bump version to: 1.3.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b15499f5..01d44e12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@artsy/palette-mobile", - "version": "1.2.0", + "version": "1.3.0", "description": "Artsy's design system for React Native", "scripts": { "install:all": "yarn install && yarn bundle-install && yarn pod-install",