From 9f2fa2e1d1212d3a895dc31b75ed7c101fd26698 Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Sun, 13 Jan 2019 16:15:47 +0100 Subject: [PATCH] feat: Update hydrus server version --- CHANGELOG.md | 4 ++++ README.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83cb24e..494bdb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed + ++ Updated hydrus server version + ## [1.3.0] - 2018-12-12 ### Changed diff --git a/README.md b/README.md index 5ff7cce..4105420 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a simple Debian-based Docker setup for running the compiled version of run hydrus server together with [hydrusrv][hydrusrv], but can of course also be used on its own. -The latest build runs [hydrus server version 334][hydrus-server-version]. +The latest build runs [hydrus server version 335][hydrus-server-version]. ## Table of contents @@ -35,7 +35,7 @@ By default, this will pull the latest build. To specify an image with a specific version of hydrus server, provide the version number as tag, e.g.: ```zsh -user@local:~$ docker pull mserajnik/hydrus-server-docker:334 +user@local:~$ docker pull mserajnik/hydrus-server-docker:335 ``` See [here][docker-hub-tags] for all the available version numbers/tags. @@ -153,13 +153,13 @@ You are welcome to help out! [hydrus-server]: http://hydrusnetwork.github.io/hydrus/ [hydrusrv]: https://github.com/mserajnik/hydrusrv -[hydrus-server-version]: https://github.com/hydrusnetwork/hydrus/releases/tag/v334 +[hydrus-server-version]: https://github.com/hydrusnetwork/hydrus/releases/tag/v335 [docker-hub]: https://hub.docker.com/r/mserajnik/hydrus-server-docker/ [docker-hub-tags]: https://hub.docker.com/r/mserajnik/hydrus-server-docker/tags/ [docker]: https://www.docker.com/ [semantic-versioning]: https://semver.org/ -[hydrus-server-badge]: https://img.shields.io/badge/hydrus%20server-version%20334-blue.svg +[hydrus-server-badge]: https://img.shields.io/badge/hydrus%20server-version%20335-blue.svg [travis]: https://travis-ci.com/mserajnik/hydrus-server-docker [travis-badge]: https://travis-ci.com/mserajnik/hydrus-server-docker.svg