Bump version numbers

This commit is contained in:
Sonny Bakker 2021-04-24 15:05:50 +02:00
parent 3c4e659bc8
commit 501022db3b
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 0.3.13.3
- Use sentry's set_extra to provide extra debug variables
## 0.3.13.2
- Update sentry-sdk

View file

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

View file

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