From 80e633b7870624e23bd2818f1a6b9beffdfc590d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 19 Mar 2018 13:31:17 +0100 Subject: [PATCH] Bump version and update to 0.10.2 --- CHANGELOG | 2 ++ CloudronManifest.json | 2 +- DESCRIPTION.md | 6 +++--- Dockerfile | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index aafd447..018b6cc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -34,3 +34,5 @@ [0.8.0] * Update to FreshRSS 1.9.0 +[0.9.0] +* Update to FreshRSS 1.10.2 \ No newline at end of file diff --git a/CloudronManifest.json b/CloudronManifest.json index f35438b..babb99c 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "RSS feed reader", - "version": "0.8.0", + "version": "0.9.0", "healthCheckPath": "/", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 4e1d357..22241af 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages FreshRSS 1.9.0. +This app packages FreshRSS 1.10.2. FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed. @@ -6,9 +6,9 @@ It is at the same time lightweight, easy to work with, powerful and customizable It is a multi-user application with an anonymous reading mode. It supports PubSubHubbub for instant notifications from compatible Web sites. There is an API for (mobile) clients, and a Command-Line Interface. Finally, it supports extensions for further tuning. -### Extensions +### Extensions FreshRSS supports further customizations by adding extensions on top of its core functionality. -See the [repository dedicated to those extensions](https://github.com/FreshRSS/Extensions). +See the [repository dedicated to those extensions](https://github.com/FreshRSS/Extensions). ### Compatible clients diff --git a/Dockerfile b/Dockerfile index 5a28dd1..ee6f4d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update \ && apt-get -y install php php-curl php-gmp php-intl php-mbstring php-xml php-zip \ libapache2-mod-php mysql-client php-mysql -ENV VERSION 1.9.0 +ENV VERSION 1.10.2 ENV EXTENSIONS_VERSION a60a0ce5d0d864b5654a4d2609167d03c2299500 RUN mkdir -p /app/code