Skip to content

Commit

Permalink
Merge pull request jumpserver#52 from jumpserver/dev
Browse files Browse the repository at this point in the history
[Update] 修改版本号 1.4.6
  • Loading branch information
ibuler committed Dec 19, 2018
2 parents 7d50f83 + c55c37a commit 67a61f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luna",
"version": "1.4.3",
"version": "1.4.6",
"license": "GPLv3",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion proxy.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"secure": false
},
"/api": {
"target": "http://127.0.0.1:5001",
"target": "http://127.0.0.1:8080",
"secure": false
},
"/luna/i18n": {
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export const environment = {
production: true
};
// 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.';

0 comments on commit 67a61f9

Please sign in to comment.