Skip to content

Commit 7d747d2

Browse files
committed
Release 4.3.1
1 parent c166c40 commit 7d747d2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
UA Unity ChangeLog
22
==================
33

4+
Version 4.3.1 - October 4, 2017
5+
===============================
6+
- Fixed plugin adding files into `Assets/plugins` instead of `Assets/Plugins`
7+
48
Version 4.3.0 - October 2, 2017
59
===============================
610
- Update Urban Airship iOS SDK to 8.6.0

airship.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Plugin version
2-
version = 4.3.0
2+
version = 4.3.1
33

44
# Urban Airship iOS SDK version
55
iosAirshipVersion = 8.6.0

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ task build {
5252
copy {
5353
def zipPath = project.configurations.ios.find {it.name.startsWith("urbanairship") }
5454
def zipFile = file(zipPath)
55-
def outputDir = file("${buildDir}/unity-plugin/Assets/plugins/iOS/")
55+
def outputDir = file("${buildDir}/unity-plugin/Assets/Plugins/iOS/")
5656

5757
from zipTree(zipFile)
5858
into outputDir

0 commit comments

Comments
 (0)