From d00433205951d6e51271e8f2cd2abf145caabebb Mon Sep 17 00:00:00 2001 From: Max Huang Date: Sat, 16 Jul 2016 16:30:22 +1000 Subject: [PATCH] Add more examples in playground url --- README.md | 4 ++-- bower.json | 2 +- dist/cleave-react.min.js | 2 +- dist/cleave.min.js | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 235a6334..c7ac42a9 100644 --- a/README.md +++ b/README.md @@ -132,9 +132,9 @@ See more in documentation: [ReactJS component usage](https://github.com/nosir/cl ## Playground -- [Plain JSFiddle](https://jsfiddle.net/nosir/kbaxx64s/) +- [Plain JSFiddle (Basic usage)](https://jsfiddle.net/nosir/kbaxx64s/) +- [Plain JSFiddle (More examples)](https://jsfiddle.net/nosir/aLnhdf3z/) - [React JSFiddle](https://jsfiddle.net/nosir/gLLsrxxf/) -- [Demo page](http://nosir.github.io/cleave.js/) ## Documentation diff --git a/bower.json b/bower.json index ca51fc85..5591528c 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "form", "input" ], - "version": "0.4.7", + "version": "0.4.8", "author": { "name": "Max Huang", "email": "risonhuang@gmail.com", diff --git a/dist/cleave-react.min.js b/dist/cleave-react.min.js index f479f045..cc9c69ab 100644 --- a/dist/cleave-react.min.js +++ b/dist/cleave-react.min.js @@ -1,5 +1,5 @@ /*! - * cleave.js - 0.4.7 + * cleave.js - 0.4.8 * https://github.com/nosir/cleave.js * Apache License Version 2.0 * diff --git a/dist/cleave.min.js b/dist/cleave.min.js index 872efce9..6780ac2d 100644 --- a/dist/cleave.min.js +++ b/dist/cleave.min.js @@ -1,5 +1,5 @@ /*! - * cleave.js - 0.4.7 + * cleave.js - 0.4.8 * https://github.com/nosir/cleave.js * Apache License Version 2.0 * diff --git a/package.json b/package.json index d1952830..817efe57 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "form", "input" ], - "version": "0.4.7", + "version": "0.4.8", "author": { "name": "Max Huang", "url": "http://github.com/nosir",