Skip to content

Commit

Permalink
Forgot to bump 'internal' version number
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Zuber committed Mar 15, 2024
1 parent 420fc77 commit 32b4179
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 = 2;
const version: number = 3;
/**
* 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 32b4179

Please sign in to comment.