Update version to 0.3.3

This commit is contained in:
Joxit 2018-03-04 00:21:05 +01:00
parent 6f5a5ff756
commit d7af9f1822
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

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