Update Version

This commit is contained in:
ShahanaFarooqui 2025-11-11 16:34:51 -08:00 committed by Suheb
parent 0c90e454e8
commit d49124c052
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "rtl",
"version": "0.15.6-beta",
"version": "0.15.7-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rtl",
"version": "0.15.6-beta",
"version": "0.15.7-beta",
"license": "MIT",
"dependencies": {
"@ngrx/effects": "17.2.0",

View file

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

View file

@ -16,7 +16,7 @@ export const SECS_IN_YEAR = 31536000;
export const DEFAULT_INVOICE_EXPIRY = HOUR_SECONDS * 24 * 7;
export const VERSION = '0.15.6-beta';
export const VERSION = '0.15.7-beta';
export const API_URL = isDevMode() ? 'http://localhost:3000/rtl/api' : './api';