From d7af9f18228ea205fd8aa2c497e1bca683503136 Mon Sep 17 00:00:00 2001 From: Joxit Date: Sun, 4 Mar 2018 00:21:05 +0100 Subject: [PATCH] Update version to 0.3.3 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27500c8..f79fea3 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This web user interface uses [Riot](https://github.com/Riot/riot) the react-like - Use a secured docker registry - Share your docker registry with query parameter `url` (e.g. `https://joxit.github.io/docker-registry-ui/demo?url=https://registry.example.com`) - Use `joxit/docker-registry-ui:static` as reverse proxy to your docker registry (This will avoid CORS). +- Display image size (see #30) ## Getting Started diff --git a/package.json b/package.json index d46c8ff..95750b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-registry-ui", - "version": "0.3.1", + "version": "0.3.3", "scripts": { "build": "./node_modules/gulp/bin/gulp.js build" },