Skip to content

Commit

Permalink
Merge pull request #1623 from unfoldingWord/stage
Browse files Browse the repository at this point in the history
Update to v1.15.1
  • Loading branch information
Joel-C-Johnson authored Oct 16, 2023
2 parents 493ed71 + 7db3ab3 commit c500910
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit c500910

Please sign in to comment.