Update version
This commit is contained in:
parent
85d284accb
commit
15fd4d2bdb
2 changed files with 3 additions and 3 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
|||
pipeline {
|
||||
environment {
|
||||
VERSION = "v1.1.2"
|
||||
VERSION = "v1.1.3"
|
||||
PROJECT_NAME = JOB_NAME.split('/')
|
||||
IMAGE_NAME = "unjxde/${PROJECT_NAME[0]}"
|
||||
IMAGE = ''
|
||||
|
|
|
@ -11,11 +11,11 @@ A blazing fast start-page for your services written in Go.
|
|||
|
||||
## Dark Mode
|
||||
|
||||
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/dark_v1.1.2.png" alt="dark_mode" width="500"/>
|
||||
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/dark_v1.1.3.png" alt="dark_mode" width="600"/>
|
||||
|
||||
## Light Mode
|
||||
|
||||
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/light_v1.1.2.png" alt="light_mode" width="500"/>
|
||||
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/light_v1.1.3.png" alt="light_mode" width="600"/>
|
||||
|
||||
## Lighthouse performance test
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue