Skip to content

Commit

Permalink
Updated Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Jun 7, 2023
1 parent 895b1de commit 9f0d2bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtl",
"version": "0.14.0-beta",
"version": "0.14.1-beta",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/services/consts-enums-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const HOUR_SECONDS = 3600;

export const DEFAULT_INVOICE_EXPIRY = HOUR_SECONDS * 24 * 7;

export const VERSION = '0.14.0-beta';
export const VERSION = '0.14.1-beta';

export const API_URL = isDevMode() ? 'http://localhost:3000/rtl/api' : './api';

Expand Down

0 comments on commit 9f0d2bf

Please sign in to comment.