Skip to content

Commit

Permalink
docs: update to v0.44 version tag (cosmos#10069)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed Sep 8, 2021
1 parent 37dbfec commit d6c3017
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Expand Up @@ -47,8 +47,8 @@ module.exports = {
"key": "v0.42"
},
{
"label": "v0.43",
"key": "v0.43"
"label": "v0.44",
"key": "v0.44"
},
{
"label": "master",
Expand Down
3 changes: 2 additions & 1 deletion docs/.vuepress/enhanceApp.js
Expand Up @@ -3,5 +3,6 @@ export default ({ router }) => {
{ path: '/master/spec/*', redirect: '/master/modules/' },
{ path: '/master/spec/governance/', redirect: '/master/modules/gov/' },
{ path: '/v0.41/', redirect: '/v0.42/' },
{ path: '/v0.43/', redirect: '/v0.44/' },
])
}
}
2 changes: 1 addition & 1 deletion docs/versions
@@ -1,4 +1,4 @@
master master
launchpad/backports v0.39
release/v0.42.x v0.42
release/v0.43.x v0.43
release/v0.44.x v0.44

0 comments on commit d6c3017

Please sign in to comment.