File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55![ GitHub package.json version] ( https://img.shields.io/github/package-json/v/CodeDead/DeadHash-js )
66![ 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.1.0 /total )
7+ ![ GitHub Releases (by Release)] ( https://img.shields.io/github/downloads/CodeDead/DeadHash-js/2.1.1 /total )
88
99DeadHash is a free and open-source utility to calculate file and text hashes and checksums. The following calculations are supported:
1010
Original file line number Diff line number Diff line change 11{
22 "name" : " deadhash" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " File and text hash calculator" ,
55 "homepage" : " ./" ,
66 "private" : true ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const Updater = (os) => {
3333 version : null ,
3434 } ;
3535
36- if ( isNewer ( '2.1.0 ' , `${ platform . version . majorVersion } .${ platform . version . minorVersion } .${ platform . version . buildVersion } .${ platform . version . revisionVersion } ` ) ) {
36+ if ( isNewer ( '2.1.1 ' , `${ platform . version . majorVersion } .${ platform . version . minorVersion } .${ platform . version . buildVersion } .${ platform . version . revisionVersion } ` ) ) {
3737 data . updateAvailable = true ;
3838 }
3939
You can’t perform that action at this time.
0 commit comments