Compare commits

...

1 Commits
0.5.0 ... 0.5.1

Author SHA1 Message Date
Joxit
09b77201be [Fixes #52] image-date tag was missing in static version => v0.5.1 2018-11-23 22:22:17 +01:00
4 changed files with 5 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

View File

@@ -30,7 +30,8 @@ const staticTags = [
'src/tags/copy-to-clipboard.tag',
'src/tags/remove-image.tag',
'src/tags/image-size.tag',
'src/tags/image-tag.tag'
'src/tags/image-tag.tag',
'src/tags/image-date.tag'
];
const staticScripts = [

View File

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