Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Zuber committed Apr 14, 2024
1 parent d578891 commit 3376320
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 = 3;
const version: number = 4;
/**
* 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 3376320

Please sign in to comment.