From 8055baa951e4486fbe111c66dd44ea543a652bb5 Mon Sep 17 00:00:00 2001 From: Joxit Date: Wed, 16 Jan 2019 21:26:40 +0100 Subject: [PATCH] Release v1.0.1: fix DELETE_IMAGES #67 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7658dec..03f45cf 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This web user interface uses [Riot](https://github.com/Riot/riot) the react-like ## [GitHub Page](https://joxit.github.io/docker-registry-ui) and [Live Demo](https://joxit.github.io/docker-registry-ui/demo/) -![preview](https://raw.github.com/Joxit/docker-registry-ui/master/docker-registry-ui.gif "Screenshot of Docker Registry UI") +![preview](https://raw.github.com/Joxit/docker-registry-ui/master/docker-registry-ui.gif "Preview of Docker Registry UI") ## Features diff --git a/package.json b/package.json index 5ea94cd..f7bd94d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-registry-ui", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "build": "./node_modules/gulp/bin/gulp.js build" },