From 0eefafe3db3d8cee8c753e4b64cd41aed357c5d1 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Fri, 19 Feb 2021 09:23:47 +0100 Subject: [PATCH] Bump version number --- CHANGELOG.md | 5 +++++ package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d567f7..d75fa14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.3.10 + +- Add custom color for confirm buttons +- Update font sizes + ## 0.3.9 - Cursor based pagination diff --git a/package.json b/package.json index 7c07ae9..4a090a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newsreader", - "version": "0.3.9", + "version": "0.3.10", "description": "Application for viewing RSS feeds", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index b13c72d..2d6ca29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newsreader" -version = "0.3.9" +version = "0.3.10" description = "Webapplication for reading RSS feeds" authors = ["Sonny "] license = "GPL-3.0"