Skip to content

Commit

Permalink
* Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Oct 1, 2021
1 parent 2806acd commit f27d05c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![GitHub package.json version](https://img.shields.io/github/package-json/v/CodeDead/DeadHash-js)
![GitHub](https://img.shields.io/github/license/CodeDead/DeadHash-Js)
![GitHub Releases (by Release)](https://img.shields.io/github/downloads/CodeDead/DeadHash-js/2.1.3/total)
![GitHub Releases (by Release)](https://img.shields.io/github/downloads/CodeDead/DeadHash-js/v2.2.0/total)

DeadHash is a free and open-source utility to calculate file and text hashes and checksums. The following calculations are supported:

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": "deadhash",
"version": "2.1.3",
"version": "2.2.0",
"description": "File and text hash calculator",
"homepage": "./",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/Updater/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Updater = (os) => {
version: null,
};

if (isNewer('2.1.3', `${platform.version.majorVersion}.${platform.version.minorVersion}.${platform.version.buildVersion}.${platform.version.revisionVersion}`)) {
if (isNewer('2.2.0', `${platform.version.majorVersion}.${platform.version.minorVersion}.${platform.version.buildVersion}.${platform.version.revisionVersion}`)) {
data.updateAvailable = true;
}

Expand Down

0 comments on commit f27d05c

Please sign in to comment.