Skip to content

Commit

Permalink
Increment version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Apr 24, 2019
1 parent f8a3c5b commit d0aa6a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pnotify",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"description": "Beautiful dependency free notifications.",
"keywords": [
"notice",
Expand Down
4 changes: 2 additions & 2 deletions src/PNotify.html
Expand Up @@ -3,7 +3,7 @@
http://sciactive.com/pnotify/
Copyright 2009-2018 Hunter Perrin
Copyright 2009-2019 Hunter Perrin
Copyright 2015 Google, Inc.
Licensed under Apache License, Version 2.0.
Expand Down Expand Up @@ -150,7 +150,7 @@ <h4 ref:titleContainer class="ui-pnotify-title {_styles.title ? _styles.title :
// Add static properties to the PNotify object.
PNotify = Component;

PNotify.VERSION = '4.0.0-beta.1';
PNotify.VERSION = '4.0.0';

PNotify.defaultStack = {
dir1: 'down',
Expand Down

0 comments on commit d0aa6a8

Please sign in to comment.