diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e00fe87..7f8b694 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Clickstream.podspec b/Clickstream.podspec index ed38d9d..408e862 100644 --- a/Clickstream.podspec +++ b/Clickstream.podspec @@ -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"