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" },