Skip to content

Commit

Permalink
Merge pull request #6 from refiner-io/release-1-3-10
Browse files Browse the repository at this point in the history
Release 1.3.10
  • Loading branch information
tekinalper authored Jun 11, 2024
2 parents 54c1054 + 85f67e3 commit 9c0f652
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ android {
}
}
dependencies {
implementation 'io.refiner:refiner:1.3.6'
implementation 'io.refiner:refiner:1.3.10'
}
4 changes: 2 additions & 2 deletions ios/refiner_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'refiner_flutter'
s.version = '0.0.1'
s.version = '1.3.10'
s.summary = 'Official Flutter wrapper for the Refiner.io Mobile SDK'
s.description = <<-DESC
Official Flutter wrapper for the Refiner.io Mobile SDK
Expand All @@ -15,7 +15,7 @@ Official Flutter wrapper for the Refiner.io Mobile SDK
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'RefinerSDK', "~> 1.3.4"
s.dependency 'RefinerSDK', "~> 1.3.10"
s.platform = :ios, '9.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: refiner_flutter
description: Official Flutter wrapper for the Refiner.io Mobile SDK
version: 1.3.6
version: 1.3.10
homepage: https://github.com/refiner-io/mobile-sdk-flutter
repository: https://github.com/refiner-io/mobile-sdk-flutter
issue_tracker: https://github.com/refiner-io/mobile-sdk-flutter/issues
Expand Down

0 comments on commit 9c0f652

Please sign in to comment.