Skip to content

Commit d442d03

Browse files
committed
Updated NonBlock version. Fixed version constant.
1 parent 8d14276 commit d442d03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ PNotify.defaults.modules = {
418418
419419
## NonBlock Module
420420

421-
Requires [NonBlock.js](https://github.com/sciactive/nonblockjs) 1.0.7 or higher.
421+
Requires [NonBlock.js](https://github.com/sciactive/nonblockjs) 1.0.8 or higher.
422422

423423
**It is also deprecated and unnecessary in v4.** All it does is add the 'nonblock' class to your notice. You can do the same yourself with `addClass: 'nonblock'`.
424424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"peerDependencies": {
7171
"animate.css": "^3.5.2",
7272
"material-design-icons": "^3.0.1",
73-
"nonblockjs": "^1.0.7"
73+
"nonblockjs": "^1.0.8"
7474
},
7575
"dependencies": {}
7676
}

src/PNotify.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h4 ref:titleContainer class="ui-pnotify-title {_styles.title ? _styles.title :
150150
// Add static properties to the PNotify object.
151151
PNotify = Component;
152152

153-
PNotify.VERSION = '4.0.0-alpha.2';
153+
PNotify.VERSION = '4.0.0-alpha.3';
154154

155155
PNotify.defaultStack = {
156156
dir1: 'down',

0 commit comments

Comments
 (0)