We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d685f5d + dea2feb commit f8c26b9Copy full SHA for f8c26b9
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up ruby environment
18
uses: ruby/setup-ruby@v1
19
with:
20
- 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
21
bundler-cache: true
22
23
- name: Testing Clickstream
Clickstream.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = "Clickstream"
11
- s.version = "2.0.30"
+ s.version = "2.0.31"
12
s.summary = "Real time Analytics SDK"
13
s.description = "Clickstream is an event agnostic, real-time data ingestion analytics SDK"
14
0 commit comments