Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Aug 23, 2024
1 parent ad5d90a commit 15e26f8
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 121 deletions.
52 changes: 0 additions & 52 deletions .idea/leantime-oss.iml

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

49 changes: 0 additions & 49 deletions .idea/php.xml

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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class AppSettings
{

public string $appVersion = "3.2.0-beta-3";
public string $appVersion = "3.2.0";

public string $dbVersion = "3.0.3";

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leantime/leantime",
"description": "Open source project management system",
"version": "3.2.0-beta-2",
"version": "3.2.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leantime",
"version": "3.2.0-beta-3",
"version": "3.2.0",
"description": "Open source innovation management system",
"dependencies": {
"@assuradeurengilde/fontawesome-iconpicker": "^3.2.3",
Expand Down
30 changes: 15 additions & 15 deletions public/dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"/js/compiled-htmx.3.2.0-beta-3.min.js": "/js/compiled-htmx.3.2.0-beta-3.min.js",
"/js/compiled-htmx-headSupport.3.2.0-beta-3.min.js": "/js/compiled-htmx-headSupport.3.2.0-beta-3.min.js",
"/css/main.3.2.0-beta-3.min.css": "/css/main.3.2.0-beta-3.min.css",
"/css/editor.3.2.0-beta-3.min.css": "/css/editor.3.2.0-beta-3.min.css",
"/css/app.3.2.0-beta-3.min.css": "/css/app.3.2.0-beta-3.min.css",
"/js/compiled-footer.3.2.0-beta-3.min.js": "/js/compiled-footer.3.2.0-beta-3.min.js",
"/js/compiled-app.3.2.0-beta-3.min.js": "/js/compiled-app.3.2.0-beta-3.min.js",
"/js/compiled-frameworks.3.2.0-beta-3.min.js": "/js/compiled-frameworks.3.2.0-beta-3.min.js",
"/js/compiled-framework-plugins.3.2.0-beta-3.min.js": "/js/compiled-framework-plugins.3.2.0-beta-3.min.js",
"/js/compiled-global-component.3.2.0-beta-3.min.js": "/js/compiled-global-component.3.2.0-beta-3.min.js",
"/js/compiled-calendar-component.3.2.0-beta-3.min.js": "/js/compiled-calendar-component.3.2.0-beta-3.min.js",
"/js/compiled-table-component.3.2.0-beta-3.min.js": "/js/compiled-table-component.3.2.0-beta-3.min.js",
"/js/compiled-editor-component.3.2.0-beta-3.min.js": "/js/compiled-editor-component.3.2.0-beta-3.min.js",
"/js/compiled-gantt-component.3.2.0-beta-3.min.js": "/js/compiled-gantt-component.3.2.0-beta-3.min.js",
"/js/compiled-chart-component.3.2.0-beta-3.min.js": "/js/compiled-chart-component.3.2.0-beta-3.min.js",
"/js/compiled-htmx.3.2.0.min.js": "/js/compiled-htmx.3.2.0.min.js",
"/js/compiled-htmx-headSupport.3.2.0.min.js": "/js/compiled-htmx-headSupport.3.2.0.min.js",
"/css/main.3.2.0.min.css": "/css/main.3.2.0.min.css",
"/css/editor.3.2.0.min.css": "/css/editor.3.2.0.min.css",
"/css/app.3.2.0.min.css": "/css/app.3.2.0.min.css",
"/js/compiled-footer.3.2.0.min.js": "/js/compiled-footer.3.2.0.min.js",
"/js/compiled-app.3.2.0.min.js": "/js/compiled-app.3.2.0.min.js",
"/js/compiled-frameworks.3.2.0.min.js": "/js/compiled-frameworks.3.2.0.min.js",
"/js/compiled-framework-plugins.3.2.0.min.js": "/js/compiled-framework-plugins.3.2.0.min.js",
"/js/compiled-global-component.3.2.0.min.js": "/js/compiled-global-component.3.2.0.min.js",
"/js/compiled-calendar-component.3.2.0.min.js": "/js/compiled-calendar-component.3.2.0.min.js",
"/js/compiled-table-component.3.2.0.min.js": "/js/compiled-table-component.3.2.0.min.js",
"/js/compiled-editor-component.3.2.0.min.js": "/js/compiled-editor-component.3.2.0.min.js",
"/js/compiled-gantt-component.3.2.0.min.js": "/js/compiled-gantt-component.3.2.0.min.js",
"/js/compiled-chart-component.3.2.0.min.js": "/js/compiled-chart-component.3.2.0.min.js",
"/images/03-1.png": "/images/03-1.png",
"/images/32px.png": "/images/32px.png",
"/images/40px.png": "/images/40px.png",
Expand Down

0 comments on commit 15e26f8

Please sign in to comment.