Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
12.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Nov 14, 2018
1 parent 88b35ee commit cb2d2f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha --reporter min test/human-data.js",
"lint": "eslint ./lib ./test --ext js",
"build:pack": "node script/pack.js",
"build:publish": "node script/publish.js && ./script/upload-to-github.sh"
"build:publish": "node script/publish.js"
},
"devDependencies": {
"chai": "4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions directory/script/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fs.readdirSync(appPath)
{ id: slug, objectID: slug },
yaml.load(yamlFile),
{
icon: `https://raw.githubusercontent.com/webcatalog/webcatalog/icons/${slug}/${slug}-icon.png`,
icon128: `https://raw.githubusercontent.com/webcatalog/webcatalog/icons/${slug}/${slug}-icon-128.png`,
icon: `https://rawcdn.githack.com/webcatalog/webcatalog-12/dc49c1128c74958ca338b406bc8d1df2364a9d74/${slug}/${slug}-icon.png`,
icon128: `https://rawcdn.githack.com/webcatalog/webcatalog-12/dc49c1128c74958ca338b406bc8d1df2364a9d74/${slug}/${slug}-icon-128.png`,
},
);

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "https://getwebcatalog.com" # the base hostname & protocol for your site, e.g. http://example.com

# Custom
webcatalog_version: 12.7.0
webcatalog_version: 12.8.0
collections:
directory:
output: true
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2 class="subtitle">
</div>

<p><small>
Version {{ site.webcatalog_version }} (<a class="is-text-link" href="https://github.com/webcatalog/juli/releases">Release Notes</a>).
Version {{ site.webcatalog_version }} (<a class="is-text-link" href="https://github.com/webcatalog/webcatalog-12/releases">Release Notes</a>).
WebCatalog requires macOS 10.9 or later.
<br />
<br />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webcatalog",
"version": "12.7.0",
"version": "12.8.0",
"description": "WebCatalog helps you turn any website into desktop app with just one click.",
"main": "public/electron.js",
"scripts": {
Expand Down

0 comments on commit cb2d2f0

Please sign in to comment.