Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gojek/clickstream-ios into bugfix/e…
Browse files Browse the repository at this point in the history
…vent_count_batch_drop_event
  • Loading branch information
rcrahul43 committed Jun 14, 2024
2 parents d685f5d + dea2feb commit f8c26b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up ruby environment
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
ruby-version: 2.6.7 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
bundler-cache: true

- name: Testing Clickstream
Expand Down
2 changes: 1 addition & 1 deletion Clickstream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

Expand Down

0 comments on commit f8c26b9

Please sign in to comment.