Bump versions

This commit is contained in:
Sonny Bakker 2021-04-24 14:19:51 +02:00
parent ecb99425e0
commit d1badbef30
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 0.3.13.2
- Update sentry-sdk
## 0.3.13.1
- Fix mutual exclusive exception for email settings

View file

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

View file

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