Skip to content

Commit

Permalink
Merge pull request #30 from dataswift/DSE-610-pt-message
Browse files Browse the repository at this point in the history
Release v4.0.10
  • Loading branch information
leymytel authored Sep 23, 2020
2 parents 6fae34f + f7e840a commit 8d85bea
Show file tree
Hide file tree
Showing 3 changed files with 653 additions and 663 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "rumpel-react",
"version": "4.0.9",
"version": "4.0.10",
"private": true,
"dependencies": {
"@dataswift/hat-js": "^0.3.2",
"@material-ui/core": "^4.9.8",
"@reduxjs/toolkit": "^1.3.5",
"date-fns": "^2.12.0",
"hmi": "git+ssh://[email protected]:Hub-of-all-Things/hmi-react.git#v0.1.2",
"hmi": "git+ssh://[email protected]:Hub-of-all-Things/hmi-react.git#v0.2.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.19",
"lodash-es": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion src/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { environment } from './environment';

export const config = {
version: '4.0.9.0',
version: '4.0.10.0',
name: environment.appName,
tokenApp: environment.tokenName,
tokenExpiryTime: 3,
Expand Down
Loading

0 comments on commit 8d85bea

Please sign in to comment.