File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ export interface VersionInfoProps {}
5
5
const VersionInfo : React . FC < VersionInfoProps > = ( ) => {
6
6
// Hardcoded version information - update manually for each release
7
7
const versionInfo = {
8
- version : '0.1.1 ' ,
9
- build : '1013 ' ,
8
+ version : '0.1.2 ' ,
9
+ build : '1029 ' ,
10
10
releaseDate : '2025-07-08'
11
11
} ;
12
12
Original file line number Diff line number Diff line change @@ -88,12 +88,6 @@ const About: React.FC<AboutProps> = (props) => {
88
88
enjoy are going out and driving.
89
89
</ p >
90
90
< br />
91
- < p >
92
- In college, I was an active member in the fraternity
93
- Sigma Alpha Epsilon and held multiple positions in
94
- the chapter. I met a lot of amazing people through
95
- my fraternity and thoroughly enjoyed the community.
96
- </ p >
97
91
</ div >
98
92
< div style = { styles . verticalImage } >
99
93
< img src = { meNow } style = { styles . image } alt = "" />
You can’t perform that action at this time.
0 commit comments