Skip to content

Commit

Permalink
Update the version param
Browse files Browse the repository at this point in the history
We should try and come up with something better probably, like a read from package.json file if possible
  • Loading branch information
M-Zuber committed Nov 29, 2023
1 parent fd6fa98 commit 685cb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offlineSupport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async function download(args: DownloadArgs) {
/**
* Indicates if a new version of the libary was released and therfore data should be redownloaded since it might be stale
*/
const version: number = 1;
const version: number = 2;
/**
* Get Shnayim Mikrah for an Aliyah with Targum and Rashi using offline data.
* @param {OfflineArgs} args Options to control what data is returned.
Expand Down

0 comments on commit 685cb30

Please sign in to comment.