Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha committed Oct 23, 2019
1 parent 8542cc2 commit dd090d8
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.5.0",
"version": "1.5.1",
"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.5.0',
version: '1.5.1',
});

usageStatistics();

0 comments on commit dd090d8

Please sign in to comment.