From e99b6653d8502e376955bc1b8fc83002c102e89b Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sat, 6 Mar 2021 17:43:16 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 036c931..b3bb98e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.12 + +- Update light theme +- Sticky navbar +- Sticky post modal header + ## 0.3.11 - Add saved posts section diff --git a/package.json b/package.json index 9ba71f8..a205f94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newsreader", - "version": "0.3.11", + "version": "0.3.12", "description": "Application for viewing RSS feeds", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 89c7d2e..39f7c78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newsreader" -version = "0.3.11" +version = "0.3.12" description = "Webapplication for reading RSS feeds" authors = ["Sonny "] license = "GPL-3.0"