Skip to content

Commit 83f6c2c

Browse files
committed
Bumped versions to 1.0.5
1 parent 04c2182 commit 83f6c2c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

translate-messages/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<a href="#">
66
<img height=31 src="https://img.shields.io/pypi/dm/translate-messages?logo=pypi&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
7-
<a href="https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.0.4">
8-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.4-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7+
<a href="https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.0.5">
8+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.5-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="LICENSE.md">
1010
<img height=31 src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
1111
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
@@ -49,7 +49,7 @@ Options can be set by using command-line arguments:
4949
| `--no-wizard` | Skip interactive prompts during start-up |
5050
| `-h`, `--help` | Show help screen |
5151

52-
[supported-locales]: https://github.com/adamlui/python-utils/blob/translate-messages-1.0.4/translate-messages/src/translate_messages/package-data.json#L11-L16
52+
[supported-locales]: https://github.com/adamlui/python-utils/blob/translate-messages-1.0.5/translate-messages/src/translate_messages/package_data.json#L11-L16
5353

5454
## Example
5555

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "translate-messages"
7-
version = "1.0.4"
7+
version = "1.0.5"
88
description = "Translate en/messages.json (chrome.i18n format) to other locales."
99
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)