We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a051b commit 701cb05Copy full SHA for 701cb05
docusaurus.config.js
@@ -160,7 +160,7 @@ const config = {
160
},
161
{
162
position: 'left',
163
- label: 'v1.5',
+ label: 'v1.6',
164
href: 'https://github.com/flexn-io/renative/releases/tag/1.6.0',
165
166
src/pages/index.js
@@ -14,7 +14,7 @@ function HomepageHeader() {
14
<p className={clsx(styles.h2, styles.version_link)}>
15
Currently{' '}
16
<a className="link" href="https://github.com/flexn-io/renative/releases/tag/1.6.0" target="_blank">
17
- v1.5
+ v1.6
18
<img className="link_img" src="/img/link.svg" />
19
</a>
20
</p>
0 commit comments