Skip to content

Commit

Permalink
Release 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuscc1993 committed Mar 19, 2022
1 parent 8ad9dee commit 456f722
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
9 changes: 5 additions & 4 deletions assets/data/bookmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,9 @@
},
"raids_i_3b": {
"children": {
"horus": { "element": "light", "url": "" },
"osiris": { "element": "dark", "url": "" }
},
"enabled": false
"horus": { "element": "light", "url": "/#quest/supporter/305361/1/0/45" },
"osiris": { "element": "dark", "url": "/#quest/supporter/305371/1/0/46" }
}
},
"raids_i_4": {
"children": {
Expand All @@ -281,6 +280,8 @@
"leviathan_malice_fire": { "element": "water", "url": "/#quest/supporter/305151/1/0/101" },
"phronesis_water": { "element": "earth", "url": "/#quest/supporter/305251/1/0/102" },
"luminiera_light": { "element": "light", "url": "/#quest/supporter/305271/1/0/105" },
"animus_dark": { "element": "dark", "url": "/#quest/supporter/305291/1/0/106" },
"animus_earth": { "element": "dark", "url": "/#quest/supporter/305291/1/0/103" },
"luminiera_water": { "element": "light", "url": "/#quest/supporter/305271/1/0/102" }
}
},
Expand Down
4 changes: 3 additions & 1 deletion assets/i18n/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"about_extension": "About GBF Bookmarker",
"akasha": "Akasha",
"alexiel": "Alexiel",
"animus_dark": "Animus (dark)",
"animus_earth": "Animus (earth)",
"anubis": "Anubis",
"apollo": "Apollo",
"apply_styles": "Apply styles",
Expand Down Expand Up @@ -152,7 +154,7 @@
"stash": "Stash",
"summon": "Summon",
"summons": "Summons",
"super_ultimate_bahamut": "Super Ultimate Bahamut",
"super_ultimate_bahamut": "Sup. Ult. Bahamut",
"supplies": "Supplies",
"the_four_primarchs": "The Four Primarchs",
"tiamat": "Tiamat",
Expand Down
4 changes: 3 additions & 1 deletion assets/i18n/es-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"about_extension": "About GBF Bookmarker",
"akasha": "Akasha",
"alexiel": "Alexiel",
"animus_dark": "Animus (dark)",
"animus_earth": "Animus (earth)",
"anubis": "Anubis",
"apollo": "Apollo",
"apply_styles": "Aplicar estilos",
Expand Down Expand Up @@ -152,7 +154,7 @@
"stash": "Reserva",
"summon": "Invocación",
"summons": "Invocaciones",
"super_ultimate_bahamut": "Super Ultimate Bahamut",
"super_ultimate_bahamut": "Sup. Ult. Bahamut",
"supplies": "Suministros",
"the_four_primarchs": "The Four Primarchs",
"tiamat": "Tiamat",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"clean-build-folders": "rimraf build/**/*.scss && rimraf build/**/*.css.map && rimraf build/**/*.md",
"copy-build-folders": "git checkout release && rimraf assets && rimraf src && rimraf vendor && mv build/* . && rimraf build"
},
"version": "1.0.13"
"version": "1.0.14"
}

0 comments on commit 456f722

Please sign in to comment.