Update version 0.15.9

This commit is contained in:
ShahanaFarooqui 2026-03-24 15:50:42 -07:00
parent d8e6bb1b68
commit afbdbe7172
No known key found for this signature in database
GPG key ID: 951B8D133DD4AF6E
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.8-beta",
"version": "0.15.9-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rtl",
"version": "0.15.8-beta",
"version": "0.15.9-beta",
"license": "MIT",
"dependencies": {
"@ngrx/effects": "21.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "rtl",
"version": "0.15.8-beta",
"version": "0.15.9-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.8-beta';
export const VERSION = '0.15.9-beta';
export const API_URL = isDevMode() ? 'http://localhost:3000/rtl/api' : './api';