Skip to content

Commit 9b5eebd

Browse files
author
Matteo Rossi
committed
v0.3.1
v0.3.1
1 parent bb952a5 commit 9b5eebd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# mrFeedback - 0.3.0
1+
# mrFeedback - 0.3.1
22

33
`mrFeedback` - Create box feedback for your Angular App: simple, complete, personalized. With this plugin you can create and show a "box feedback" to the user. You can set "title" and "message" to show, add buttons that run connected functions when clicked, ecc... With new theme "notification" you could use it for real time notification too!
44

55
## Installation
6-
* Download the latest release: [v0.3.0](https://github.com/teorossi82/mrFeedback/archive/master.zip)
6+
* Download the latest release: [v0.3.1](https://github.com/teorossi82/mrFeedback/archive/master.zip)
77
* Clone the repository: `git clone https://github.com/teorossi82/mrFeedback.git`
88
* Install with [Bower](http://bower.io): `bower install mrFeedback`
99
* Install with [Npm](http://npmjs.com): `npm install mr-feedback`
@@ -19,7 +19,7 @@ The plugin requires
1919
Open site [http://teorossi82.github.io/mrFeedback](http://teorossi82.github.io/mrFeedback/)
2020

2121
## News
22-
v0.3.0
22+
v0.3.1
2323
* Added exports module to work as npm dependency
2424

2525
v0.2.12

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mr-feedback",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "is a component which you can create and show a 'box feedback' to the user. You can set 'title' and 'message' to show, add button that clicked trigger function that you pass it, ecc...",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)