Skip to content

Commit 7828c75

Browse files
committed
Update Package Version to 1.1.2
1 parent 4198f7c commit 7828c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.generalisk.clean-build",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"displayName": "Clean Build",
55
"author": {
66
"name": "Generalisk",
@@ -9,7 +9,7 @@
99
},
1010
"unity": "2018.1",
1111
"license": "LICENSE.txt",
12-
"licensesUrl": "https://github.com/Generalisk/Unity-CleanBuild/tree/main/LICENSE.txt",
12+
"licensesUrl": "https://github.com/Generalisk/Unity-CleanBuild/blob/1.1.2/LICENSE.txt",
1313
"changelogUrl": "https://github.com/Generalisk/Unity-CleanBuild/releases",
1414
"description": "Clean Build automatically gets rid of unnecessary files that are automatically generated during your Unity build.\n\nExamples of files that will be automatically deleted include:\n- Program Debug Files (PDBs) which often get automatically generated due to Managed Stripping among various other things\n- IL2CPP build files\n- Burst compiler reports\n- Direct3D12 Binaries (if unused by project)\n\u200e \u200e \u200e - Standalone Windows only\n\nNote: This package does not apply to Development builds"
1515
}

0 commit comments

Comments
 (0)