Skip to content

Commit 72777a2

Browse files
author
AnjaBruls
committed
version update
1 parent 43b8a4a commit 72777a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Components/LandingPage/LandingPage.js

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

16-
const version='version: 0.4.0';
16+
const version='version: 0.4.1';
1717

1818
const useStyles = makeStyles(theme => ({
1919
avatar: {

src/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": "0.4.0",
3+
"version": "0.4.1",
44
"description": "ThingsGUI",
55
"main": "index.js",
66
"repository": {

things-gui.go

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

2525
var connFile = ".things-gui_config"
2626

0 commit comments

Comments
 (0)