Skip to content

Commit

Permalink
Release 1.23.31
Browse files Browse the repository at this point in the history
  • Loading branch information
cpandya25 committed Aug 19, 2024
1 parent 0d25c87 commit 7d43c36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.23.31 (19.08.2024)
* Updated native iOS + Android SDKs

## 1.23.30 (09.08.2024)
* Updated native iOS + Android SDKs

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.cleverpush.flutter'
version '1.23.30'
version '1.23.31'

buildscript {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions ios/cleverpush_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'cleverpush_flutter'
s.version = '1.23.30'
s.version = '1.23.31'
s.summary = 'CleverPush Flutter SDK'
s.description = 'CleverPush'
s.homepage = 'https://cleverpush.com'
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'CleverPush', '1.30.25'
s.dependency 'CleverPush', '1.30.26'
s.static_framework = true
s.ios.deployment_target = '8.0'
end
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cleverpush_flutter
description: CleverPush
version: 1.23.30
version: 1.23.31
homepage: https://github.com/cleverpush/cleverpush-flutter-sdk

flutter:
Expand Down

0 comments on commit 7d43c36

Please sign in to comment.