From 8fa88da06632e4dce38c6938accfe60aa1d31b98 Mon Sep 17 00:00:00 2001 From: Nico Kaiser Date: Wed, 29 Oct 2014 23:55:14 +0100 Subject: [PATCH] Update README.md for IPv6 support (Thanks @afrimberger) --- README.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3645c80..a2db8f0 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,11 @@ Fragment base-64-authorization should be represented by Base 64 encoded username - `911` There is a problem or scheduled maintenance on our side. +### Contributors + +- @afrimberger (IPv6 support) + + ### License MIT diff --git a/composer.json b/composer.json index 244a354..91a1366 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "nicokaiser/dyndns", "description": "A simple dynamic DNS that updates an existing BIND", - "version": "1.0.3", + "version": "1.0.4", "keywords": ["dns", "dyndns"], "license": "MIT", "authors": [ -- 2.1.4