diff --git a/CHANGES.md b/CHANGES.md index 2d9d309..6df071c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# Version 0.9.4 + * Add Languages: Greek,Hebrew,Chinese + * Fix Icons Name + # Version 0.9.3 * Add Option to show device main folders instead of internal storage diff --git a/CMakeLists.txt b/CMakeLists.txt index ed19a83..ab4e8cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set (LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale) set (PKGDATADIR "${DATADIR}/indicator-kdeconnect") set (RELEASE_NAME "beta") set (VERSION_INFO "Indicator for KDE Connect daemon") -set (VERSION "0.9.3") +set (VERSION "0.9.4") # set gettexttranslate set (GettextTranslate_GMO_BINARY TRUE) diff --git a/debian/changelog b/debian/changelog index ed802c6..dff00b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-kdeconnect (0.9.3) precise; urgency=low + * Add Languages: Greek, Hebrew, Chinese + * Fix Icons Name + + -- Bajoja Sun, 08 Apr 2018 00:00:00 -0000 + indicator-kdeconnect (0.9.3) precise; urgency=low * Add Option to show device main folders instead of internal storage diff --git a/po/LINGUAS b/po/LINGUAS index 66411c9..1dd9800 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1 +1 @@ -el he be ca cs de es fa fr hr hu id it lt nb_NO nl pl pt_BR pt_PT ru_RU sl sr zh_Hant zh_Hans +be ca cs de el es fa fr he hr hu id it lt nb_NO nl pl pt_BR pt_PT ru_RU sl sr zh_Hans zh_Hant diff --git a/rpm/indicator-kdeconnect.changes b/rpm/indicator-kdeconnect.changes index cd90d0c..d1c273b 100644 --- a/rpm/indicator-kdeconnect.changes +++ b/rpm/indicator-kdeconnect.changes @@ -1,3 +1,10 @@ +Sun Apr 08 00:00:00 UTC 2018 - +- Update to version 0.9.4: + * Add Languages: Greek,Hebrew,Chinese + * Fix Icons Name + +------------------------------------------------------------------- + Fri Nov 10 00:00:00 UTC 2017 - - Update to version 0.9.3: * Add Option to show device main folders instead of internal storage diff --git a/rpm/indicator-kdeconnect.spec b/rpm/indicator-kdeconnect.spec index b804766..dfc2cf7 100644 --- a/rpm/indicator-kdeconnect.spec +++ b/rpm/indicator-kdeconnect.spec @@ -20,7 +20,7 @@ # along with this program. If not, see . Name: indicator-kdeconnect -Version: 0.9.3 +Version: 0.9.4 Release: 0%{?dist} Summary: App Indicator for KDE Connect Group: Applications/System @@ -125,6 +125,10 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/locale/zh_Hant %changelog +* Sun Apr 08 2018 00:00 Bajoja 0.9.4 + - Add Languages: Greek, Hebrew, Chinese + - Fix Icons Name + * Fri Nov 10 2017 00:00 Bajoja 0.9.3 - Add Option to show device main folders instead of internal storage