From 82bcf842dfc704718911be9eb52d8cde5ecf48d1 Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Wed, 26 Oct 2022 12:11:33 +0000 Subject: [PATCH] Bump version to: 3.1.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dcd5c0e..a7bcf191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@artsy/palette-mobile", - "version": "3.0.0", + "version": "3.1.0", "description": "Artsy's design system for React Native", "scripts": { "install:all": "yarn install && yarn bundle-install && yarn pod-install",