Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Sep 12, 2019
1 parent 3e4a8e4 commit c12aa35
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.1",
"version": "1.4.2",
"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.1',
version: '1.4.2',
});

usageStatistics();

0 comments on commit c12aa35

Please sign in to comment.