Unverified Commit 67a61f9d authored by 老广's avatar 老广 Committed by GitHub

Merge pull request #52 from jumpserver/dev

[Update] 修改版本号 1.4.6
parents 7d50f83d c55c37af
{ {
"name": "luna", "name": "luna",
"version": "1.4.3", "version": "1.4.6",
"license": "GPLv3", "license": "GPLv3",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"secure": false "secure": false
}, },
"/api": { "/api": {
"target": "http://127.0.0.1:5001", "target": "http://127.0.0.1:8080",
"secure": false "secure": false
}, },
"/luna/i18n": { "/luna/i18n": {
......
...@@ -2,5 +2,5 @@ export const environment = { ...@@ -2,5 +2,5 @@ export const environment = {
production: true production: true
}; };
// export const version = '1.3.0-{{BUILD_NUMBER}} GPLv2.'; // export const version = '1.3.0-{{BUILD_NUMBER}} GPLv2.';
export const version = '1.4.5-101 GPLv2.'; export const version = '1.4.6-101 GPLv2.';
// export const version = '1.4.1-{{BUILD_NUMBER}} GPLv2.'; // export const version = '1.4.1-{{BUILD_NUMBER}} GPLv2.';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment