File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import Typography from '@material-ui/core/Typography';
1313import LandingContent from './LandingContent' ;
1414import { TopBar } from '../Navigation' ;
1515
16- const version = 'version: 0.4.0 ' ;
16+ const version = 'version: 0.4.1 ' ;
1717
1818const useStyles = makeStyles ( theme => ( {
1919 avatar : {
Original file line number Diff line number Diff line change 11{
22 "name" : " things-gui" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "description" : " ThingsGUI" ,
55 "main" : " index.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020)
2121
2222// AppVersion exposes version information
23- const AppVersion = "0.4.0 "
23+ const AppVersion = "0.4.1 "
2424
2525var connFile = ".things-gui_config"
2626
You can’t perform that action at this time.
0 commit comments