diff --git a/Dockerfile b/Dockerfile index f4e0bae..11af9cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" # set package version -ENV COPS_VER="1.0.1" +ENV COPS_VER="1.1.0" # install runtime packages RUN \ diff --git a/README.md b/README.md index 6e45db0..042a367 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Unlike other implementations of COPS in a docker container, the linuxserver ver ## Versions ++ **02.04.17:** Updated to version 1.1.0. + **05.02.17:** Updated to Alpine 3.5 & PHP7. + **24.10.16:** Updated to implement user based config. + **24.10.16:** Updated to version 1.0.1.