Updating version number

This commit is contained in:
ShahanaFarooqui 2024-06-21 20:09:15 -07:00
parent c54edcaff8
commit 37f473f262
5 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

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

View File

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

View File

@ -15,7 +15,7 @@ export const HOUR_SECONDS = 3600;
export const DEFAULT_INVOICE_EXPIRY = HOUR_SECONDS * 24 * 7;
export const VERSION = '0.15.1-beta';
export const VERSION = '0.15.2-beta';
export const API_URL = isDevMode() ? 'http://localhost:3000/rtl/api' : './api';