Bump version numbers

This commit is contained in:
Sonny Bakker 2021-02-27 15:54:34 +01:00
parent c53e9756dd
commit 0e108c8110
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## 0.3.11
- Add saved posts section
- Bump django version
## 0.3.10 ## 0.3.10
- Add custom color for confirm buttons - Add custom color for confirm buttons

View file

@ -1,6 +1,6 @@
{ {
"name": "newsreader", "name": "newsreader",
"version": "0.3.10", "version": "0.3.11",
"description": "Application for viewing RSS feeds", "description": "Application for viewing RSS feeds",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "newsreader" name = "newsreader"
version = "0.3.10" version = "0.3.11"
description = "Webapplication for reading RSS feeds" description = "Webapplication for reading RSS feeds"
authors = ["Sonny <sonnyba871@gmail.com>"] authors = ["Sonny <sonnyba871@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"