From 0916f1179ef9172643d63e9d33fe25e95e970141 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Thu, 18 Feb 2021 10:28:55 +0000 Subject: [PATCH] v1.3 --- doc/changelog.txt | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 83fd0be..33ade4e 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,4 @@ -# upcoming +# v1.3 (2021-02-18) - (fix) log out functionality if authentication is set - (fix) import opml if authentication is set diff --git a/makefile b/makefile index 60c1fd6..d683b56 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -VERSION=1.2 +VERSION=1.3 GITHASH=$(shell git rev-parse --short=8 HEAD) ASSETS = assets/javascripts/* assets/stylesheets/* assets/graphicarts/* assets/*.html