Skip to content

Commit d0aa6a8

Browse files
committed
Increment version number.
1 parent f8a3c5b commit d0aa6a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

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
@@ -1,6 +1,6 @@
11
{
22
"name": "pnotify",
3-
"version": "4.0.0-beta.2",
3+
"version": "4.0.0",
44
"description": "Beautiful dependency free notifications.",
55
"keywords": [
66
"notice",

src/PNotify.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
http://sciactive.com/pnotify/
55
6-
Copyright 2009-2018 Hunter Perrin
6+
Copyright 2009-2019 Hunter Perrin
77
Copyright 2015 Google, Inc.
88
99
Licensed under Apache License, Version 2.0.
@@ -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-beta.1';
153+
PNotify.VERSION = '4.0.0';
154154

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

0 commit comments

Comments
 (0)