chore: Update version

pull/485/head v1.12.0
Maksim Eltyshev 3 years ago
parent 2d7812a679
commit 5c435414f7

@ -21,7 +21,7 @@ version: 0.1.0
# 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.11.0" appVersion: "1.12.0"
dependencies: dependencies:
- alias: postgresql - alias: postgresql

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

4
package-lock.json generated

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

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

Loading…
Cancel
Save