Skip to content

Commit

Permalink
Prepare 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliu-amp committed Jul 15, 2020
1 parent 9990993 commit ee2d08e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Amplitude/Amplitude.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class Amplitude {
private static readonly string UnityLibraryName = "amplitude-unity";
private static readonly string UnityLibraryVersion = "1.3.0";
private static readonly string UnityLibraryVersion = "1.4.0";

private static Dictionary<string, Amplitude> instances;
private static readonly object instanceLock = new object();
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Versioned Releases

## 1.4.0 (Jul 15, 2020)
* Add `setServerUrl` API, you can use it to customize the destination the events go.

## 1.3.1 (May 13, 2020)
* Fix APIs (`uploadEvents`, `useAdvertisingIdForDeviceId`, `setDeviceId`) missing for Android.

Expand Down
Binary file modified amplitude-unity.unitypackage
Binary file not shown.

0 comments on commit ee2d08e

Please sign in to comment.