Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
luna
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
luna
Commits
c55c37af
Commit
c55c37af
authored
Dec 19, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 修改版本号 1.4.6
parent
ab598421
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
package.json
package.json
+1
-1
proxy.conf.json
proxy.conf.json
+1
-1
environment.prod.ts
src/environments/environment.prod.ts
+1
-1
No files found.
package.json
View file @
c55c37af
{
{
"name"
:
"
luna
"
,
"name"
:
"
luna
"
,
"version"
:
"1.4.
3
"
,
"version"
:
"1.4.
6
"
,
"license"
:
"GPLv3"
,
"license"
:
"GPLv3"
,
"scripts"
:
{
"scripts"
:
{
"ng"
:
"ng"
,
"ng"
:
"ng"
,
...
...
proxy.conf.json
View file @
c55c37af
...
@@ -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"
:
{
...
...
src/environments/environment.prod.ts
View file @
c55c37af
...
@@ -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.';
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment