Skip to content

Commit

Permalink
Release v1.2.0: Add multi-delete & demo canonical URL update
Browse files Browse the repository at this point in the history
  • Loading branch information
Joxit committed Apr 23, 2019
1 parent 63c3101 commit c01b440
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
title: Docker Registry v2 User Interface
url: https://joxit.dev/docker-registry-ui/
google_analytics: UA-99119327-1
theme: jekyll-theme-cayman
author: Jones Magloire
Expand Down
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<meta property="og:locale" content="en_US" />
<meta name="description" content="This is the live demo for my project Docker Registry v2 web User Interface. Sources : https://github.com/Joxit/docker-registry-ui" />
<meta property="og:description" content="This is the live demo for my project Docker Registry v2 web User Interface. Sources : https://github.com/Joxit/docker-registry-ui" />
<link rel="canonical" href="http://joxit.dev/docker-registry-ui/demo/" />
<meta property="og:url" content="http://joxit.dev/docker-registry-ui/demo/" />
<link rel="canonical" href="https://joxit.dev/docker-registry-ui/demo/" />
<meta property="og:url" content="https://joxit.dev/docker-registry-ui/demo/" />
<meta property="og:site_name" content="Demo | Docker Registry UI" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@Joxit" />
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/docker-registry-ui-static.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/scripts/docker-registry-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "1.1.2",
"version": "1.2.0",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},
Expand All @@ -14,7 +14,7 @@
"dependencies": {},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0",
"gulp": "^4.0.1",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^5.1.0",
Expand Down

0 comments on commit c01b440

Please sign in to comment.