diff --git a/dist/extension.zip b/dist/extension.zip index 9391756..65f0088 100644 Binary files a/dist/extension.zip and b/dist/extension.zip differ diff --git a/dist/extension/birb.js b/dist/extension/birb.js index 8fc93b0..45f9e3b 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -489,7 +489,7 @@ } }, "pigeon": { - "name": "Pigeon", + "name": "Rock Pigeon", "description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.", "latinName": "Columba livia", "url": "https://en.wikipedia.org/wiki/Rock_dove", diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index 7f5b493..115c6d6 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -494,7 +494,7 @@ module.exports = class PocketBird extends Plugin { } }, "pigeon": { - "name": "Pigeon", + "name": "Rock Pigeon", "description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.", "latinName": "Columba livia", "url": "https://en.wikipedia.org/wiki/Rock_dove", diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index 935090d..6b4390f 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -503,7 +503,7 @@ } }, "pigeon": { - "name": "Pigeon", + "name": "Rock Pigeon", "description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.", "latinName": "Columba livia", "url": "https://en.wikipedia.org/wiki/Rock_dove", diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 8faee39..97ed9d2 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -489,7 +489,7 @@ } }, "pigeon": { - "name": "Pigeon", + "name": "Rock Pigeon", "description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.", "latinName": "Columba livia", "url": "https://en.wikipedia.org/wiki/Rock_dove", diff --git a/dist/web/birb.js b/dist/web/birb.js index 8faee39..97ed9d2 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -489,7 +489,7 @@ } }, "pigeon": { - "name": "Pigeon", + "name": "Rock Pigeon", "description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.", "latinName": "Columba livia", "url": "https://en.wikipedia.org/wiki/Rock_dove", diff --git a/src/species.js b/src/species.js index c7bed43..b6c40e4 100644 --- a/src/species.js +++ b/src/species.js @@ -261,7 +261,7 @@ export default { } }, "pigeon": { - "name": "Pigeon", + "name": "Rock Pigeon", "description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.", "latinName": "Columba livia", "url": "https://en.wikipedia.org/wiki/Rock_dove",