Skip to content

Commit

Permalink
release: v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Aug 10, 2022
1 parent 4af9539 commit f81558a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|Latest|Build|Coverage|API Doc|
|---|---|---|---|
|![](https://img.shields.io/badge/Release-v1.6.0-blue.svg?style=flat-square)|[![CI](https://img.shields.io/github/workflow/status/yoshinorin/qualtet/CI/master?label=CI)](https://github.com/yoshinorin/qualtet/actions)|[![Coverage Status](https://coveralls.io/repos/github/yoshinorin/qualtet/badge.svg?branch=master)](https://coveralls.io/github/yoshinorin/qualtet?branch=master)|[![](https://img.shields.io/badge/Doc-Swagger-blue.svg)](https://yoshinorin.github.io/qualtet/)|
|![](https://img.shields.io/badge/Release-v1.6.1-blue.svg?style=flat-square)|[![CI](https://img.shields.io/github/workflow/status/yoshinorin/qualtet/CI/master?label=CI)](https://github.com/yoshinorin/qualtet/actions)|[![Coverage Status](https://coveralls.io/repos/github/yoshinorin/qualtet/badge.svg?branch=master)](https://coveralls.io/github/yoshinorin/qualtet?branch=master)|[![](https://img.shields.io/badge/Doc-Swagger-blue.svg)](https://yoshinorin.github.io/qualtet/)|

## Related Repositories

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scala.sys.process.Process

organization := "net.yoshinorin"
name := "qualtet"
version := "v1.6.0"
version := "v1.6.1"
scalaVersion := "2.13.8"

scalacOptions ++= Seq(
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ RUN apt-get update -y \

WORKDIR /usr/opt

RUN git clone --depth 1 --branch v1.6.0 https://github.com/yoshinorin/qualtet.git
RUN git clone --depth 1 --branch v1.6.1 https://github.com/yoshinorin/qualtet.git

WORKDIR /usr/opt/qualtet

COPY entry-point.sh entry-point.sh

RUN rm -rf scripts docs docker .github .gitignore .editorconfig .git .env .env.example \
&& sbt assembly exit \
&& cp ./target/scala-2.13/qualtet-assembly-v1.6.0.jar qualtet-assembly.jar \
&& cp ./target/scala-2.13/qualtet-assembly-v1.6.1.jar qualtet-assembly.jar \
&& chmod +x entry-point.sh

ENTRYPOINT [ "/usr/opt/qualtet/entry-point.sh" ]
2 changes: 1 addition & 1 deletion docs/api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: |
# Description
This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc).
version: v1.6.0
version: v1.6.1
externalDocs:
description: Source code
url: 'https://github.com/yoshinorin/qualtet'
Expand Down

0 comments on commit f81558a

Please sign in to comment.