Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenhs committed Nov 3, 2020
1 parent 1554c56 commit 42f0475
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"links": {
"Docs": "Docs",
"GitHub": "GitHub",
"v0.5.6": "v0.5.6"
"v0.6.0": "v0.6.0"
},
"categories": {
"Introduction": "Introduction",
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const siteConfig = {
{ search: true },
{ doc: "introduction/getting-started", label: "Docs" },
{ href: "https://github.com/typehero/type-route", label: "GitHub" },
{ doc: "guides/previous-release-docs", label: "v0.5.6" },
{ doc: "guides/previous-release-docs", label: "v0.6.0" },
// {
// href: "https://typehero.org/ready-for-production-type-route-v1/01",
// label: "Read Introductory Blog Post",
Expand Down
4 changes: 2 additions & 2 deletions website/static/js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ window.onload = function () {
"@types/react": "=16.8.18",
"react-dom": "=16.8.6",
"@types/react-dom": "=16.8.4",
"type-route": "=0.5.6",
"type-route": "=0.6.0",
tslib: "2.0.0",
},
},
Expand All @@ -61,7 +61,7 @@ window.onload = function () {
"package.json": {
content: {
dependencies: {
"type-route": "=0.5.6",
"type-route": "=0.6.0",
},
},
},
Expand Down

0 comments on commit 42f0475

Please sign in to comment.