Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Dec 6, 2024
1 parent 9a4ea24 commit a787ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HelpModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class HelpModal extends React.Component<{setModalIsOpen: (value: boolean) => voi
<a href="https://github.com/ECE49595-Team-6/EnhancifyInstall/wiki" className={styles.settingLabel} style={{fontSize: "large", fontWeight: "bolder"}}>Enhancify Wiki Link</a>
</div>
<div className={styles.settingContainer} style={{position: "absolute", bottom: "0", paddingLeft: "0", marginLeft: "-13px", marginBottom: "5px"}}>
<span className={styles.settingLabel} style={{fontSize: "medium"}}>{"Enhancify Version 0.2.0"}</span>
<span className={styles.settingLabel} style={{fontSize: "medium"}}>{"Enhancify Version 1.0.0"}</span>
</div>
</div>);
}
Expand Down

0 comments on commit a787ca8

Please sign in to comment.