Skip to content

Commit

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

![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.0.4/total)
![GitHub Releases (by Release)](https://img.shields.io/github/downloads/CodeDead/DeadHash-js/2.1.0/total)

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

* MD4
* MD5
* SHA-1
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.0.4",
"version": "2.1.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.0.4', `${platform.version.majorVersion}.${platform.version.minorVersion}.${platform.version.buildVersion}.${platform.version.revisionVersion}`)) {
if (isNewer('2.1.0', `${platform.version.majorVersion}.${platform.version.minorVersion}.${platform.version.buildVersion}.${platform.version.revisionVersion}`)) {
data.updateAvailable = true;
}

Expand Down

0 comments on commit cf6a683

Please sign in to comment.