Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Nov 27, 2024
1 parent f5717e6 commit 752bfec
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion app/Core/Configuration/AppSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
class AppSettings
{
public string $appVersion = '3.3.2';
public string $appVersion = '3.3.3';

public string $dbVersion = '3.0.3';
}
2 changes: 1 addition & 1 deletion app/Plugins
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.3.2",
"version": "3.3.3",
"type": "project",
"license": "AGPL-3.0",
"config": {
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.3.2",
"version": "3.3.3",
"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.3.2.min.js": "/js/compiled-htmx.3.3.2.min.js",
"/js/compiled-htmx-headSupport.3.3.2.min.js": "/js/compiled-htmx-headSupport.3.3.2.min.js",
"/css/main.3.3.2.min.css": "/css/main.3.3.2.min.css",
"/css/editor.3.3.2.min.css": "/css/editor.3.3.2.min.css",
"/css/app.3.3.2.min.css": "/css/app.3.3.2.min.css",
"/js/compiled-footer.3.3.2.min.js": "/js/compiled-footer.3.3.2.min.js",
"/js/compiled-app.3.3.2.min.js": "/js/compiled-app.3.3.2.min.js",
"/js/compiled-frameworks.3.3.2.min.js": "/js/compiled-frameworks.3.3.2.min.js",
"/js/compiled-framework-plugins.3.3.2.min.js": "/js/compiled-framework-plugins.3.3.2.min.js",
"/js/compiled-global-component.3.3.2.min.js": "/js/compiled-global-component.3.3.2.min.js",
"/js/compiled-calendar-component.3.3.2.min.js": "/js/compiled-calendar-component.3.3.2.min.js",
"/js/compiled-table-component.3.3.2.min.js": "/js/compiled-table-component.3.3.2.min.js",
"/js/compiled-editor-component.3.3.2.min.js": "/js/compiled-editor-component.3.3.2.min.js",
"/js/compiled-gantt-component.3.3.2.min.js": "/js/compiled-gantt-component.3.3.2.min.js",
"/js/compiled-chart-component.3.3.2.min.js": "/js/compiled-chart-component.3.3.2.min.js",
"/js/compiled-htmx.3.3.3.min.js": "/js/compiled-htmx.3.3.3.min.js",
"/js/compiled-htmx-headSupport.3.3.3.min.js": "/js/compiled-htmx-headSupport.3.3.3.min.js",
"/css/main.3.3.3.min.css": "/css/main.3.3.3.min.css",
"/css/editor.3.3.3.min.css": "/css/editor.3.3.3.min.css",
"/css/app.3.3.3.min.css": "/css/app.3.3.3.min.css",
"/js/compiled-footer.3.3.3.min.js": "/js/compiled-footer.3.3.3.min.js",
"/js/compiled-app.3.3.3.min.js": "/js/compiled-app.3.3.3.min.js",
"/js/compiled-frameworks.3.3.3.min.js": "/js/compiled-frameworks.3.3.3.min.js",
"/js/compiled-framework-plugins.3.3.3.min.js": "/js/compiled-framework-plugins.3.3.3.min.js",
"/js/compiled-global-component.3.3.3.min.js": "/js/compiled-global-component.3.3.3.min.js",
"/js/compiled-calendar-component.3.3.3.min.js": "/js/compiled-calendar-component.3.3.3.min.js",
"/js/compiled-table-component.3.3.3.min.js": "/js/compiled-table-component.3.3.3.min.js",
"/js/compiled-editor-component.3.3.3.min.js": "/js/compiled-editor-component.3.3.3.min.js",
"/js/compiled-gantt-component.3.3.3.min.js": "/js/compiled-gantt-component.3.3.3.min.js",
"/js/compiled-chart-component.3.3.3.min.js": "/js/compiled-chart-component.3.3.3.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 752bfec

Please sign in to comment.