1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

chore: Update version

This commit is contained in:
Maksim Eltyshev 2023-10-18 23:20:30 +02:00
parent 1ef736106c
commit 2a24fc5155
4 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ version: 0.1.3
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "1.13.0" appVersion: "1.13.1"
dependencies: dependencies:
- alias: postgresql - alias: postgresql

View file

@ -1 +1 @@
REACT_APP_VERSION=1.13.0 REACT_APP_VERSION=1.13.1

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "planka", "name": "planka",
"version": "1.13.0", "version": "1.13.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "planka", "name": "planka",
"version": "1.13.0", "version": "1.13.1",
"hasInstallScript": true, "hasInstallScript": true,
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "planka", "name": "planka",
"version": "1.13.0", "version": "1.13.1",
"private": true, "private": true,
"homepage": "https://plankanban.github.io/planka", "homepage": "https://plankanban.github.io/planka",
"repository": { "repository": {