mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
Bump version to v0.15.6
This commit is contained in:
@@ -7,7 +7,7 @@ from cryptography.fernet import Fernet
|
||||
import core.logger as core_logger
|
||||
|
||||
# Constant related to version
|
||||
API_VERSION = "v0.15.5"
|
||||
API_VERSION = "v0.15.6"
|
||||
LICENSE_NAME = "GNU Affero General Public License v3.0 or later"
|
||||
LICENSE_IDENTIFIER = "AGPL-3.0-or-later"
|
||||
LICENSE_URL = "https://spdx.org/licenses/AGPL-3.0-or-later.html"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "endurain"
|
||||
version = "0.15.5"
|
||||
version = "0.15.6"
|
||||
description = "Endurain API for the Endurain app"
|
||||
authors = ["João Vitória Silva <8648976+joaovitoriasilva@users.noreply.github.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
4
frontend/app/package-lock.json
generated
4
frontend/app/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "endurain",
|
||||
"version": "0.15.5",
|
||||
"version": "0.15.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "endurain",
|
||||
"version": "0.15.5",
|
||||
"version": "0.15.6",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.7.1",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.7.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "endurain",
|
||||
"version": "0.15.5",
|
||||
"version": "0.15.6",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<a class="link-body-emphasis" href="https://discord.gg/6VUjUq2uZR"
|
||||
><font-awesome-icon :icon="['fab', 'fa-discord']"
|
||||
/></a>
|
||||
• v0.15.5
|
||||
• v0.15.6
|
||||
</p>
|
||||
<p class="text-center text-muted">
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user