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