Update version 0.2.1: Fix issue #18

Fix `UNAUTHORIZED` error message popping up when browsing
This commit is contained in:
Joxit
2017-06-11 23:04:15 +02:00
parent 2d9b3886de
commit 36cbda1263
8 changed files with 230 additions and 111 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},