Skip to content

Commit

Permalink
version update to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nipun-dezoysa committed Jun 24, 2024
1 parent aafa538 commit 89bb80e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# react-confirm-prompt
[![Static Badge](https://img.shields.io/badge/npm-v1.1.0-blue)](https://www.npmjs.com/package/react-confirm-prompt) <br>
[![Static Badge](https://img.shields.io/badge/npm-v1.1.1-blue)](https://www.npmjs.com/package/react-confirm-prompt) <br>
ReactConfirmBox is a versatile and user-friendly React component designed to create confirm dialogs with ease. It is fully responsive, highly customizable, and simple to integrate into your React applications. Whether you need to confirm user actions, prompt for decisions, or display alerts, ReactConfirmBox provides a seamless solution to enhance user interactions. <br>
[Demo project](https://react-confirm-prompt.netlify.app/)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-confirm-prompt",
"version": "1.1.0",
"version": "1.1.1",
"description": "responsive, customizable, and easy-to-use React component for creating confirm dialogs.",
"main": "dist/",
"scripts": {
Expand Down

0 comments on commit 89bb80e

Please sign in to comment.