Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v1.15.1 #1623

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tc-create-app",
"homepage": "https://create.translationcore.com/",
"version": "1.15",
"version": "1.15.1",
"license": "MIT",
"private": false,
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion public/build_number
Original file line number Diff line number Diff line change
@@ -1 +1 @@
268-58d9896
270-88dad83
4 changes: 2 additions & 2 deletions src/core/resourceLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const enUltResourceLink = 'unfoldingWord/en/ult/master';
const enUstResourceLink = 'unfoldingWord/en/ust/master';

export const defaultResourceLinks = [
enUltResourceLink,
enUstResourceLink,
enUltResourceLink,
hebrewResourceLink,
greekResourceLink,
];
Expand All @@ -30,8 +30,8 @@ export const generateAllResourceLinks = ({ bookId, resourceLinks = [] }) => {
// To change the position of scripture resource in the panel, move the elements in different index in allResourceLinks
// eg move "originalLink" to the last index to move hebrew / greek to last
const allResourceLinks = [
enUltResourceLink,
enUstResourceLink,
enUltResourceLink,
..._resourceLinks,
originalLink,
];
Expand Down
Loading