build: release 1.5.2 with footer fix

fixes: #168
This commit is contained in:
Joxit 2021-02-02 22:10:15 +01:00
parent 476a96279e
commit b427e09e84
No known key found for this signature in database
GPG Key ID: F526592B8E012263
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "1.5.1",
"version": "1.5.2",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build",
"build:electron": "npm run build && cd examples/electron && npm install && npm run dist"