Skip to content

Commit

Permalink
chore: iOS version bumpup (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao900914 authored Jun 16, 2023
1 parent d3135b6 commit ec46fb8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
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 = "2.6.0";
private static readonly string UnityLibraryVersion = "2.7.0";

private static Dictionary<string, Amplitude> instances;
private static readonly object instanceLock = new object();
Expand Down
2 changes: 1 addition & 1 deletion Assets/Editor/AmplitudeDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</androidPackages>

<iosPods>
<iosPod name="Amplitude" version="~> 8.10.0" />
<iosPod name="Amplitude" version="~> 8.16.3" />
</iosPods>
</dependencies>
2 changes: 1 addition & 1 deletion Assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.amplitude.unityplugin",
"version": "2.6.0",
"version": "2.7.0",
"displayName": "Amplitude Unity SDK",
"description": "A plugin to simplify the integration of Amplitude iOS and Android SDKs into your Unity project. This repository also contains a sample project with the Unity plugin integrated.",
"unity": "2021.3",
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

## 2.7.0
* Upgrade native iOS SDK to v8.16.3

## 2.6.0
* Upgrade nativeAndroid SDK to v2.38.3.
* Add `setGroup` API support.
Expand Down
Binary file modified amplitude-unity-all.unitypackage
Binary file not shown.
Binary file modified amplitude-unity.unitypackage
Binary file not shown.

0 comments on commit ec46fb8

Please sign in to comment.