Skip to content

Commit

Permalink
chore: build, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Coltin Kifer committed May 9, 2023
1 parent 8f7d126 commit d05a95a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/app.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"react-router-redux": "~4.0.7",
"react-router-scroll": "~0.4.1",
"react-runner": "^1.0.3",
"recharts": "^2.5.0",
"recharts": "^2.6.0",
"redux": "4.0.0",
"redux-thunk": "^2.3.0",
"rimraf": "^2.5.4",
Expand Down
2 changes: 1 addition & 1 deletion src/views/IndexView.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class IndexView extends PureComponent {
<Link to={`/${locale}/guide/installation`} className="button install-btn">
<i className="icon-energy" />
{localeGet(locale, 'home', 'install')}
&nbsp;v2.5.0
&nbsp;v2.6.0
</Link>
</p>
<iframe
Expand Down

0 comments on commit d05a95a

Please sign in to comment.