Skip to content

Commit 12cca2d

Browse files
authoredAug 2, 2024
Version 1.2.182 (#702)
# Version 1.2.182 - Aug 2, 2024 * General - Check for gradle version instead of Unity version when determining the template files to modify.
1 parent 8e4659a commit 12cca2d

File tree

81 files changed

+158
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+158
-140
lines changed
 

‎CHANGELOG.md

+4

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ project.ext {
255255
// Directory for testing.
256256
testDir = new File(scriptDirectory, "test_output")
257257
// Version of the plugin (update this with CHANGELOG.md on each release).
258-
pluginVersion = "1.2.181"
258+
pluginVersion = "1.2.182"
259259
// Directory that contains the template plugin.
260260
// Files under this directory are copied into the staging area for the
261261
// plugin.

0 commit comments

Comments
 (0)