From e350d077ced889a405440506c0307730fc7068c1 Mon Sep 17 00:00:00 2001 From: evoluteur Date: Tue, 17 Dec 2019 20:16:26 -0800 Subject: [PATCH] Version 0.1.1. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e44502e..40dcc44 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ React-CRUD-Icons is a set of SVG icons for CRUD (Create, Read, Update, Delete) a ### 45 SVG Icons -A minimal set of icons for CRUD applications... hand-picked among thousands at [Material Design Icons](https://materialdesignicons.com/). +A set of icons for CRUD applications... hand-picked among thousands at [Material Design Icons](https://materialdesignicons.com/). Names: account, add, alert, apps, bars, browse, cards, check, collapse, comment, comments, compare, dashboard, delete, dots, dots-v, down, down2, download, drag, edit, error, expand, export, favorite, filter, help, hide, import, info, json, list, paperclip, pie, remove, save, search, settings, show, stats, treemap, undo, up, up2, upload. diff --git a/package.json b/package.json index fe84cca..9daebb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-crud-icons", - "version": "0.1.0", + "version": "0.1.1", "description": "SVG iconset for CRUD applications packaged as a React component", "repository": { "type": "git",