Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha committed Oct 7, 2019
1 parent 47d358c commit 5fba07f
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/router",
"version": "1.4.3",
"version": "1.5.0",
"description": "Small and powerful client-side router for Web Components. Framework-agnostic.",
"main": "dist/vaadin-router.js",
"module": "dist/vaadin-router.js",
Expand Down
2 changes: 1 addition & 1 deletion src/router-meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ window.Vaadin.registrations = window.Vaadin.registrations || [];

window.Vaadin.registrations.push({
is: '@vaadin/router',
version: '1.4.3',
version: '1.5.0',
});

usageStatistics();

0 comments on commit 5fba07f

Please sign in to comment.