Updated Version

pull/1253/head
Shahana Farooqui 12 months ago
parent 895b1de27d
commit 9f0d2bfadf

4
package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "rtl", "name": "rtl",
"version": "0.14.0-beta", "version": "0.14.1-beta",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "rtl", "name": "rtl",
"version": "0.14.0-beta", "version": "0.14.1-beta",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ngrx/effects": "^15.0.0", "@ngrx/effects": "^15.0.0",

@ -1,6 +1,6 @@
{ {
"name": "rtl", "name": "rtl",
"version": "0.14.0-beta", "version": "0.14.1-beta",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"scripts": { "scripts": {

@ -12,7 +12,7 @@ export const HOUR_SECONDS = 3600;
export const DEFAULT_INVOICE_EXPIRY = HOUR_SECONDS * 24 * 7; 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'; export const API_URL = isDevMode() ? 'http://localhost:3000/rtl/api' : './api';

Loading…
Cancel
Save