Skip to content

Commit bad2a19

Browse files
committed
Fix package installation in Unity 2020
Fix #130
1 parent b4b4b3c commit bad2a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"author": "CodeWriter (https://github.com/orgs/codewriter-packages)",
88
"homepage": "https://github.com/codewriter-packages/Tri-Inspector#readme",
99
"dependencies": {
10-
"com.unity.localization": "0.2.0"
10+
"com.unity.localization": "1.0.0"
1111
}
1212
}

0 commit comments

Comments
 (0)