From 913e3291041a025e18366d62bb7a720208e32a42 Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Tue, 25 Oct 2022 16:22:05 +0000 Subject: [PATCH] Bump version to: 3.0.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b0dc275..7dcd5c0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@artsy/palette-mobile", - "version": "2.1.3", + "version": "3.0.0", "description": "Artsy's design system for React Native", "scripts": { "install:all": "yarn install && yarn bundle-install && yarn pod-install",