Skip to content

Commit

Permalink
chore: bumped version to 2.0.0.beta.2 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 authored May 31, 2023
1 parent 0e52485 commit d10fd4a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
8 changes: 8 additions & 0 deletions Assets/Resources.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/RudderStack/Unity/Resources/SAMPLE_ENV.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/RudderStack/Unity/Resources/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.0.beta.1-Test",
"version": "2.0.0.beta.2",
"description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools"
}
1 change: 0 additions & 1 deletion Assets/RudderStack/Unity/Scripts/Client/RSAnalytics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Examples.RudderStack.Unity;
using JetBrains.Annotations;
using Newtonsoft.Json;
using RudderStack.Flush;
Expand Down
3 changes: 1 addition & 2 deletions Assets/RudderStack/Unity/Scripts/Models/RSConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public RSConfig
(
string dataPlaneUrl = "https://hosted.rudderlabs.com",
string controlPlaneUrl = "https://api.rudderlabs.com",
int flushQueueSize = 30,
double sleepCount = 10.0,
bool gzip = true,
int dbThresholdCount = 10000,
Expand All @@ -28,7 +27,7 @@ public RSConfig
dataPlaneUrl,
null,
null,
flushQueueSize,
10000,
20,
true,
1,
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/EditorBuildSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ EditorBuildSettings:
serializedVersion: 2
m_Scenes:
- enabled: 1
path: Assets/RudderStack/UnitySDK/Examples/Example.unity
path: Assets/RudderStack/Unity/Examples/Example.unity
guid: 9fc0d4010bbf28b4594072e72b8655ab
- enabled: 1
path: Assets/RudderStack/UnitySDK/Examples/Example 1.unity
path: Assets/RudderStack/Unity/Examples/Example 1.unity
guid: 900fa178521e0104b8432c47f89425fe
m_configObjects: {}

0 comments on commit d10fd4a

Please sign in to comment.