Skip to content

Commit

Permalink
Prepare 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico committed Aug 24, 2022
1 parent 14cb0ed commit 3b3772b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.12.1
- iOS: Fix for iOS Application Installed event (#56)
- iOS: Update iOS podspec dependency and metadata (#55)

## 3.11.0
- Web: Fix linter warning `implementation_imports` (#20)
- Android: Remove deprecated APIs and fix for a few found issues (#33)
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.example.flutter_segment'
version '1.0-SNAPSHOT'
version '3.12.1'

buildscript {
repositories {
Expand Down
6 changes: 3 additions & 3 deletions ios/flutter_segment.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_segment'
s.version = '3.11.0'
s.version = '3.12.1'
s.summary = 'Segment.io plugin for Flutter'
s.description = <<-DESC
Library to let Flutter apps use Segment.io
Expand All @@ -12,10 +12,10 @@ Library to let Flutter apps use Segment.io
s.license = { :type => 'MIT', :file => '../LICENSE' }
s.author = 'La Haus'
s.source = { :git => "https://github.com/la-haus/flutter-segment.git", :tag => s.version.to_s }

s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'

s.dependency 'Flutter'
s.dependency 'Analytics', '4.1.6'
s.dependency 'Segment-Amplitude', '3.3.2'
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: flutter_segment
description: Flutter implementation of Segment Analytics for iOS, Android and Web
version: 3.11.0
version: 3.12.1
homepage: https://lahaus.com
repository: https://github.com/la-haus/flutter-library-segment
issue_tracker: https://github.com/la-haus/flutter-library-segment/issues
Expand Down

0 comments on commit 3b3772b

Please sign in to comment.