From 42a0ae0ee0801c31d11d031fcf019ede98dbd9ab Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 12 Oct 2023 06:43:52 +0000 Subject: [PATCH] PR-320700: Fixing Readme title. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e5dbe2..facf960 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Create React Component Library +# React List UI Library This project is a React Library with storybook for a List App. diff --git a/package.json b/package.json index 5cdf95b..6baedd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-list-ui-library", - "version": "1.0.2", + "version": "1.0.3", "description": "A Library with storybook for a list app", "main": "dist/index.js", "scripts": {