File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Components/DashboardPage Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " things-gui" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "description" : " ThingsGUI" ,
55 "main" : " index.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import Typography from '@mui/material/Typography';
1313import { TopBar } from '../Navigation' ;
1414import DashboardContent from './DashboardContent' ;
1515
16- const version = 'version: 1.3.0 ' ;
16+ const version = 'version: 1.3.1 ' ;
1717
1818const Transition = React . forwardRef ( ( props , ref ) => {
1919 return < Slide direction = "down" ref = { ref } { ...props } mountOnEnter unmountOnExit /> ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313)
1414
1515// AppVersion exposes version information
16- const AppVersion = "1.3.0 "
16+ const AppVersion = "1.3.1 "
1717
1818var cookieName = "uid"
1919var cookieMaxAge = 6048000 // (seconds) 10 weeks
You can’t perform that action at this time.
0 commit comments