Skip to content

Commit

Permalink
[skip ci] version increase for default plugins repo(#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
error7404 committed Jun 9, 2024
1 parent 94d11a1 commit 02304fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/tables/RepositoryTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export const createRepositoryTableQuery = `
`;

export const insertDefaultRepository =
'INSERT OR REPLACE INTO Repository (id, url) VALUES (1, "https://raw.githubusercontent.com/LNReader/lnreader-plugins/plugins/v2.1.0/.dist/plugins.min.json");';
'INSERT OR REPLACE INTO Repository (id, url) VALUES (1, "https://raw.githubusercontent.com/LNReader/lnreader-plugins/plugins/v2.2.0/.dist/plugins.min.json");';

0 comments on commit 02304fd

Please sign in to comment.