Skip to content

Commit

Permalink
2.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 19, 2021
1 parent e936815 commit 414f26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-notification",
"version": "1.6.1",
"version": "2.0.0-alpha1",
"description": "vaadin-notification",
"main": "vaadin-notification.js",
"module": "vaadin-notification.js",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class NotificationElement extends ThemePropertyMixin(ElementMixin(PolymerElement
}

static get version() {
return '1.6.1';
return '2.0.0-alpha1';
}

static get properties() {
Expand Down

0 comments on commit 414f26e

Please sign in to comment.