diff --git a/README.md b/README.md index 473e302..180d80d 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ Check out the desklet configuration settings, and choose the data refresh period ## Release Notes +### 0.4.0 - July 17, 2020 +Features: + * allow multiple Desklet instances + * add German translation + ### 0.3.0 - June 29, 2020 Features: * add setting to sort quotes list diff --git a/files/yfquotes@thegli/desklet.js b/files/yfquotes@thegli/desklet.js index f49b4d4..c96d8d0 100644 --- a/files/yfquotes@thegli/desklet.js +++ b/files/yfquotes@thegli/desklet.js @@ -1,5 +1,5 @@ /* - * Yahoo Finance Quotes - 0.3.0 + * Yahoo Finance Quotes - 0.4.0 * * Shows financial market information provided by Yahoo Finance. * This desklet is based on the work of fthuin's stocks desklet. diff --git a/files/yfquotes@thegli/metadata.json b/files/yfquotes@thegli/metadata.json index 8e0b31a..c099eb5 100644 --- a/files/yfquotes@thegli/metadata.json +++ b/files/yfquotes@thegli/metadata.json @@ -3,6 +3,6 @@ "name": "Yahoo Finance Quotes", "prevent-decorations": true, "max-instances": "10", - "version": "0.3.0", + "version": "0.4.0", "uuid": "yfquotes@thegli" }