Skip to content

Commit

Permalink
Add note to news area version info
Browse files Browse the repository at this point in the history
  • Loading branch information
NotThorny committed Nov 25, 2023
1 parent 104aca4 commit 8687012
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/components/news/NewsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ export default class NewsSection extends React.Component<IProps, IState> {
case 'latest_version':
news = (
<tr>
<td>Latest version: Grasscutter 1.7.1 - Cultivation 1.2.0</td>
<td>
Work in progress area! These numbers may be outdated, so please do not use them as reference. Latest
version: Grasscutter 1.7.3 - Cultivation 1.2.2
</td>
</tr>
)
break
Expand Down

0 comments on commit 8687012

Please sign in to comment.