Skip to content

Commit

Permalink
Merge pull request #246 from dataswift/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
whiteshadow-gr committed Feb 16, 2021
2 parents f638a02 + 234dd25 commit 1e32c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rumpel-react",
"version": "4.2.8",
"version": "4.2.9",
"private": true,
"dependencies": {
"@dataswift/hat-js": "^0.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const externalLinks = {
};

export const config = {
version: '4.2.8',
version: '4.2.9',
name: environment.appName,
tokenApp: environment.tokenName,
tokenExpiryTime: 3,
Expand Down

0 comments on commit 1e32c28

Please sign in to comment.