Skip to content

Commit

Permalink
1.1.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Jul 26, 2018
1 parent cfe1d87 commit a391ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-notification",
"version": "1.1.0-alpha3",
"version": "1.1.0-beta1",
"description": "vaadin-notification",
"main": "vaadin-notification.html",
"repository": "vaadin/vaadin-notification",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-notification.html
Expand Up @@ -218,7 +218,7 @@
}

static get version() {
return '1.1.0-alpha3';
return '1.1.0-beta1';
}

static get properties() {
Expand Down

0 comments on commit a391ddc

Please sign in to comment.