Skip to content

Commit ceb80b6

Browse files
DellaBittachkuang-g
authored andcommitted
update release version
1 parent 50c1e44 commit ceb80b6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 1.2.174 - Oct 06, 2022
2+
* General - added tvOS support to the iOS resolver.
3+
14
# Version 1.2.173 - Sep 28, 2022
25
* General - added tvOS library support to the export unity package scripts.
36

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ project.ext {
226226
// Directory for testing.
227227
testDir = new File(scriptDirectory, "test_output")
228228
// Version of the plugin (update this with CHANGELOG.md on each release).
229-
pluginVersion = "1.2.173"
229+
pluginVersion = "1.2.174"
230230
// Directory that contains the template plugin.
231231
// Files under this directory are copied into the staging area for the
232232
// plugin.

0 commit comments

Comments
 (0)