Skip to content

Commit f8c26b9

Browse files
committed
Merge branch 'main' of github.com:gojek/clickstream-ios into bugfix/event_count_batch_drop_event
2 parents d685f5d + dea2feb commit f8c26b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up ruby environment
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 2.6.6 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
20+
ruby-version: 2.6.7 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
2121
bundler-cache: true
2222

2323
- name: Testing Clickstream

Clickstream.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Clickstream"
11-
s.version = "2.0.30"
11+
s.version = "2.0.31"
1212
s.summary = "Real time Analytics SDK"
1313
s.description = "Clickstream is an event agnostic, real-time data ingestion analytics SDK"
1414

0 commit comments

Comments
 (0)