diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index ea8af9c..a854623 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -19,6 +19,9 @@ diff --git a/.idea/php-inspections-ea-ultimate.xml b/.idea/php-inspections-ea-ultimate.xml new file mode 100644 index 0000000..26c2a68 --- /dev/null +++ b/.idea/php-inspections-ea-ultimate.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/project.json b/project.json index a1d3e4c..642b01a 100644 --- a/project.json +++ b/project.json @@ -21,7 +21,7 @@ "package": "net.nosial.loglib", "company": "Nosial", "copyright": "Copyright (c) 2022-2023 Nosial", - "version": "1.0.2", + "version": "1.1.0", "uuid": "de1deca6-7b65-11ed-a8b0-a172264634d8" }, "build": { @@ -38,6 +38,10 @@ "configurations": [ { "name": "release", + "build_type": "ncc", + "options": { + "compression": "high" + }, "output_path": "build/release" } ]