Update version 0.15.10

This commit is contained in:
saubyk 2026-07-28 19:33:35 -07:00
parent f48a647272
commit 5766ed4c55
No known key found for this signature in database
GPG key ID: 00C9E2BC2E45666F
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.9-beta",
"version": "0.15.10-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rtl",
"version": "0.15.9-beta",
"version": "0.15.10-beta",
"license": "MIT",
"dependencies": {
"@ngrx/effects": "21.0.1",

View file

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