File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.1.0
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 0.4.3 "
24+ appVersion : " 0.4.4 "
Original file line number Diff line number Diff line change 11{
22 "name" : " codepod" ,
3- "version" : " 0.4.3 " ,
3+ "version" : " 0.4.4 " ,
44 "private" : true ,
55 "main" : " ./public/electron.js" ,
66 "homepage" : " ./" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default function About() {
77 textAlign : "center" ,
88 } }
99 >
10- < Box > CodePod version 0.4.3 </ Box >
10+ < Box > CodePod version 0.4.4 </ Box >
1111 </ Box >
1212 ) ;
1313}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export default function Profile() {
3434 Name { me . firstname } { me . lastname }
3535 </ Box >
3636 < Box > Email: { me . email } </ Box >
37- < Box > CodePod version 0.4.3 </ Box >
37+ < Box > CodePod version 0.4.4 </ Box >
3838 </ Stack >
3939 </ Paper >
4040 < Divider />
You can’t perform that action at this time.
0 commit comments