Skip to content

Commit d48c931

Browse files
committed
Bump prerelease (1.18.1-0) [ci skip]
1 parent f21ddc7 commit d48c931

File tree

5 files changed

+4099
-7
lines changed

5 files changed

+4099
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 1.18.0-0 / Unreleased
1+
# 1.18.1 / Unreleased
2+
3+
*
4+
5+
# 1.18.0 / 2017-08-26
26

37
* [CHANGE] Refactored entry update methods
48
- `setEntry(cmd, data)`:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ First, include dependencies:
4848
* One of the ThemeRoller CSS themes or a custom one
4949
* jquery.ui-contextmenu.js (also available as CDN on
5050
[jsDelivr](https://cdn.jsdelivr.net/gh/mar10/jquery-ui-contextmenu/),
51-
[cdnjs](https://cdnjs.com/libraries/jquery.ui-contextmenu)), or
52-
[UNPKG](https://unpkg.com/ui-contextmenu@latest/jquery.ui-contextmenu.min.js)
51+
[cdnjs](https://cdnjs.com/libraries/jquery.ui-contextmenu), or
52+
[UNPKG](https://unpkg.com/ui-contextmenu@latest/jquery.ui-contextmenu.min.js))
5353

5454
```html
5555
<head>

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ui-contextmenu",
33
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
4-
"version": "1.18.0",
4+
"version": "1.18.1-0",
55
"main": [
66
"jquery.ui-contextmenu.js"
77
],
@@ -44,4 +44,4 @@
4444
"jquery-ui": ">=1.9"
4545
},
4646
"devDependencies": {}
47-
}
47+
}

0 commit comments

Comments
 (0)