From 0cd077caf823010ca58d162068ffac32027d6af6 Mon Sep 17 00:00:00 2001 From: Jason Adams Date: Fri, 17 Mar 2023 13:38:05 -0700 Subject: [PATCH] chore: fix version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c040e0f..103a41e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@givewp/design-system-foundation", - "version": "1.0.0", + "version": "1.1.0", "description": "A collection of development elements which correspond to the GiveWP design system.", "repository": { "type": "git",