Skip to content

Commit

Permalink
fix: Issues #4 with Result.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
KageRyo committed May 25, 2024
1 parent 0ac7915 commit 97f6ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WaterMirror/src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const TopSection = () => {
<View style={topStyles.top}>
<Text style={topStyles.title}>WaterMirror</Text>
<Text style={topStyles.subtitle}>智慧化水質分析與評估系統</Text>
<Text style={topStyles.platform}>版本:WaterMirror-{Platform.OS}-v1.0.3</Text>
<Text style={topStyles.platform}>版本:WaterMirror-{Platform.OS}-v1.0.4</Text>
</View>
);
};
Expand Down

0 comments on commit 97f6ead

Please sign in to comment.