mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
Updated Version
This commit is contained in:
parent
895b1de27d
commit
9f0d2bfadf
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "rtl",
|
||||
"version": "0.14.0-beta",
|
||||
"version": "0.14.1-beta",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "rtl",
|
||||
"version": "0.14.0-beta",
|
||||
"version": "0.14.1-beta",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ngrx/effects": "^15.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rtl",
|
||||
"version": "0.14.0-beta",
|
||||
"version": "0.14.1-beta",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -12,7 +12,7 @@ export const HOUR_SECONDS = 3600;
|
||||
|
||||
export const DEFAULT_INVOICE_EXPIRY = HOUR_SECONDS * 24 * 7;
|
||||
|
||||
export const VERSION = '0.14.0-beta';
|
||||
export const VERSION = '0.14.1-beta';
|
||||
|
||||
export const API_URL = isDevMode() ? 'http://localhost:3000/rtl/api' : './api';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user