Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Apr 23, 2024
1 parent 4852130 commit b73d95f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/leantime-oss.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/Core/AppSettings.php
Expand Up @@ -11,7 +11,7 @@
class AppSettings
{

public string $appVersion = "3.1.1";
public string $appVersion = "3.1.2";


public string $dbVersion = "3.0.2";
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "leantime/leantime",
"description": "Open source project management system",
"version": "3.1.1",
"version": "3.1.2",
"type": "project",
"config": {
"platform-check": false,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "leantime",
"version": "3.1.1",
"version": "3.1.2",
"description": "Open source innovation management system",
"dependencies": {
"@assuradeurengilde/fontawesome-iconpicker": "^3.2.3",
Expand Down

0 comments on commit b73d95f

Please sign in to comment.