Skip to content

Commit

Permalink
v1.0.6 - updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
janreges committed Dec 7, 2023
1 parent 88d7a10 commit 7fbd9b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SiteOne-Crawler",
"version": "1.0.5",
"version": "1.0.6",
"description": "SiteOne Crawler is a very useful and versatile tool that performs an in-depth crawl and analysis of the entire website, looks for errors, recommends improvements, creates a complete offline version of your website or sitemap. It also has a lot of other uses, check out https://crawler.siteone.io/introduction/key-features/.",
"main": "./out/main/index.js",
"homepage": "https://crawler.siteone.io/",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<title>SiteOne Crawler v1.0.5</title>
<title>SiteOne Crawler v1.0.6</title>
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta
http-equiv="Content-Security-Policy"
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/types/CrawlerInfo.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION: string = '1.0.5';
export const VERSION: string = '1.0.6';

0 comments on commit 7fbd9b3

Please sign in to comment.