Skip to content

Commit 04f57e0

Browse files
author
AnjaBruls
committed
update version
1 parent 5884b39 commit 04f57e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "things-gui",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "ThingsGUI",
55
"main": "index.js",
66
"repository": {

react/src/Components/DashboardPage/DashboardPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Typography from '@mui/material/Typography';
1313
import {TopBar} from '../Navigation';
1414
import DashboardContent from './DashboardContent';
1515

16-
const version='version: 1.3.0';
16+
const version='version: 1.3.1';
1717

1818
const Transition = React.forwardRef((props, ref) => {
1919
return <Slide direction="down" ref={ref} {...props} mountOnEnter unmountOnExit />;

things-gui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1818
var cookieName = "uid"
1919
var cookieMaxAge = 6048000 // (seconds) 10 weeks

0 commit comments

Comments
 (0)