Bump version numbers

This commit is contained in:
Sonny Bakker 2021-02-18 22:09:02 +01:00
parent 90cb3ad1d4
commit 091bcdbef3
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## 0.3.9
- Cursor based pagination
- Updated django version
## 0.3.8
- Update light / dark theme

View file

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

View file

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