mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
Release 0.15.2 (#1418)
* Check for authentication obj before delete operation #1415 (#1416) Add Github Actions with Buildx for Docker publish
This commit is contained in:
parent
5a6b5f2cae
commit
d51929a4b7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2575
package-lock.json
generated
2575
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rtl",
|
"name": "rtl",
|
||||||
"version": "0.15.1-beta",
|
"version": "0.15.2-beta",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -15,7 +15,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.15.1-beta';
|
export const VERSION = '0.15.2-beta';
|
||||||
|
|
||||||
export const API_URL = isDevMode() ? 'http://localhost:3000/rtl/api' : './api';
|
export const API_URL = isDevMode() ? 'http://localhost:3000/rtl/api' : './api';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user