Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Jul 9, 2023
1 parent 31b4ac3 commit 819e938
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion calibre-plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

load_translations()

__version__ = (0, 1, 3)
__version__ = (0, 1, 4)
PLUGIN_NAME = "overdrive_libby"
PLUGIN_ICON = "images/plugin.png"

Expand Down
4 changes: 2 additions & 2 deletions calibre-plugin/translations/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libby-calibre-plugin 0.1.3\n"
"Project-Id-Version: libby-calibre-plugin 0.1.4\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-07-09 19:23+0800\n"
"POT-Creation-Date: 2023-07-09 19:47+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion calibre-plugin/translations/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: libby-calibre-plugin 0.1.3\n"
"Project-Id-Version: libby-calibre-plugin 0.1.4\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-07-09 19:23+0800\n"
"PO-Revision-Date: 2023-07-04 07:26+0800\n"
Expand Down
2 changes: 1 addition & 1 deletion calibre-plugin/translations/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: libby-calibre-plugin 0.1.3\n"
"Project-Id-Version: libby-calibre-plugin 0.1.4\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-07-09 19:23+0800\n"
"PO-Revision-Date: 2023-07-04 07:26+0800\n"
Expand Down
2 changes: 1 addition & 1 deletion calibre-plugin/translations/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: libby-calibre-plugin 0.1.3\n"
"Project-Id-Version: libby-calibre-plugin 0.1.4\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-07-09 19:23+0800\n"
"PO-Revision-Date: 2023-07-04 07:26+0800\n"
Expand Down
2 changes: 1 addition & 1 deletion calibre-plugin/translations/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: libby-calibre-plugin 0.1.3\n"
"Project-Id-Version: libby-calibre-plugin 0.1.4\n"
"Report-Msgid-Bugs-To: https://github.com/ping/libby-calibre-plugin/\n"
"POT-Creation-Date: 2023-07-09 19:23+0800\n"
"PO-Revision-Date: 2023-07-04 07:25+0800\n"
Expand Down
2 changes: 1 addition & 1 deletion translate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if [[ -z "$1" ]]; then
version='0.1.3'
version='0.1.4'
else
version="$1"
fi
Expand Down

0 comments on commit 819e938

Please sign in to comment.