Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha committed Dec 19, 2019
1 parent b5b80ad commit 63f5da6
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.2",
"version": "1.6.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.5.2',
version: '1.6.0',
});

usageStatistics();

0 comments on commit 63f5da6

Please sign in to comment.