Skip to content

Commit

Permalink
generate new release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
walteribeiro committed Dec 15, 2017
1 parent 86eaf46 commit 6bf4cbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![NPM version](https://img.shields.io/npm/v/simple-notification.svg)](https://www.npmjs.com/package/simple-notification/)

## Demo

See demo here: <a href="https://jsfiddle.net/walter1992/awt5mLk9/" target="_blank">Demo</a>

## Installation

To install this library, run:
Expand All @@ -14,8 +18,8 @@ Copy the content of dist folder `app.js` and `app.css` or use other tools how **

Or use a CDN option

- https://unpkg.com/simple-notification@1.2.1/dist/app.css
- https://unpkg.com/simple-notification@1.2.1/dist/app.js
- https://unpkg.com/simple-notification@1.3.0/dist/app.css
- https://unpkg.com/simple-notification@1.3.0/dist/app.js

### Dependencies

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple-notification",
"version": "1.2.1",
"description": "",
"version": "1.3.0",
"description": "Simple Notifications for web aplications",
"main": "dist/app.js",
"scripts": {
"dev": "light-server -s dist"
Expand Down

0 comments on commit 6bf4cbe

Please sign in to comment.