File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
![ GitHub package.json version] ( https://img.shields.io/github/package-json/v/CodeDead/DeadHash-js )
6
6
![ GitHub] ( https://img.shields.io/github/license/CodeDead/DeadHash-Js )
7
- ![ GitHub Releases (by Release)] ( https://img.shields.io/github/downloads/CodeDead/DeadHash-js/2.0.4 /total )
7
+ ![ GitHub Releases (by Release)] ( https://img.shields.io/github/downloads/CodeDead/DeadHash-js/2.1.0 /total )
8
8
9
9
DeadHash is a free and open-source utility to calculate file and text hashes. The following hash calculations are supported:
10
+
10
11
* MD4
11
12
* MD5
12
13
* SHA-1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " deadhash" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " File and text hash calculator" ,
5
5
"homepage" : " ./" ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const Updater = (os) => {
33
33
version : null ,
34
34
} ;
35
35
36
- if ( isNewer ( '2.0.4 ' , `${ platform . version . majorVersion } .${ platform . version . minorVersion } .${ platform . version . buildVersion } .${ platform . version . revisionVersion } ` ) ) {
36
+ if ( isNewer ( '2.1.0 ' , `${ platform . version . majorVersion } .${ platform . version . minorVersion } .${ platform . version . buildVersion } .${ platform . version . revisionVersion } ` ) ) {
37
37
data . updateAvailable = true ;
38
38
}
39
39
You can’t perform that action at this time.
0 commit comments