Skip to content

Commit 16b6734

Browse files
committed
update version num and release notes
1 parent 9e48209 commit 16b6734

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 1.2.175 - Nov 16, 2022
2+
* General - Added tvOS podfile support to the iOS resolver.
3+
14
# Version 1.2.174 - Oct 06, 2022
25
* General - Added tvOS support to the iOS resolver.
36
* General - Fixed #484 - Changed `EditorMeasurement` to use secure connection.

build.gradle

Lines changed: 1 addition & 1 deletion
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.174"
229+
pluginVersion = "1.2.175"
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)