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-06-13 00:25:40 +02:00
parent 21504c06a6
commit 8ca1dda1f7
6 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@ version: 0.1.0
# 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.
# It is recommended to use it with quotes.
appVersion: "1.11.0"
appVersion: "1.12.0"
dependencies:
- alias: postgresql

View file

@ -1 +1 @@
REACT_APP_VERSION=1.10.3
REACT_APP_VERSION=1.12.0

4
package-lock.json generated
View file

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

View file

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