Skip to content

Commit 28d673a

Browse files
committed
upate version to 1.2.0
1 parent b1d3b68 commit 28d673a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $('a').webuiPopover({title:'Title',content:'Content'});
5454
$('a').webuiPopover();
5555
```
5656

57-
Popover content setted by next element with class 'webui-popover'
57+
Popover content easily set by next element which must has class 'webui-popover'
5858
```html
5959
<a href="#" >shop pop</a>
6060
<div class="webui-popover">

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webui-popover",
3-
"version": "1.1.9",
3+
"version": "1.2.0",
44
"authors": [
55
"sandywalker <sanddywalker@gmail.com>"
66
],

dist/jquery.webui-popover.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* webui popover plugin - v1.1.9
2+
* webui popover plugin - v1.2.0
33
* A lightWeight popover plugin with jquery ,enchance the popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary!
44
* https://github.com/sandywalker/webui-popover
55
*

dist/jquery.webui-popover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* webui popover plugin - v1.1.9
2+
* webui popover plugin - v1.2.0
33
* A lightWeight popover plugin with jquery ,enchance the popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary!
44
* https://github.com/sandywalker/webui-popover
55
*

dist/jquery.webui-popover.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A enhancement popover plugin for Bootstrap ,but you can use it stand-alone without Bootstrap!",
55
"author": "Sandy Walker",
66
"homepage": "https://github.com/sandywalker/webui-popover",
7-
"version": "1.1.9",
7+
"version": "1.2.0",
88
"license":"MIT",
99
"devDependencies": {
1010
"grunt": "~0.4.1",

webui-popover.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"webui",
99
"pop"
1010
],
11-
"version":"1.1.9",
11+
"version":"1.2.0",
1212
"author": {
1313
"name": "Sandy Duan",
1414
"email": "sanddywalker@gmail.com",

0 commit comments

Comments
 (0)