Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1d0w committed Jul 21, 2020
1 parent bf01346 commit eaa0541
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### Change (v4.6.8)

## 2020-07-21

- Supporting the new Android plugins APIs

### Change (v4.6.7)

## 2020-04-30
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.vitanov.multiimagepicker'
version '4.6.7'
version '4.6.8'

buildscript {
repositories {
Expand Down
1 change: 1 addition & 0 deletions example/ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export "FLUTTER_APPLICATION_PATH=/Users/radoslav/Projects/multi_image_picker/exa
export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
export "FLUTTER_FRAMEWORK_DIR=/Users/radoslav/Projects/flutter/bin/cache/artifacts/engine/ios"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
4 changes: 2 additions & 2 deletions ios/multi_image_picker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'multi_image_picker'
s.version = '4.6.7'
s.version = '4.6.8'
s.summary = 'Multi image picker'
s.description = <<-DESC
A new flutter plugin project.
Expand All @@ -18,7 +18,7 @@ A new flutter plugin project.
s.dependency 'BSImagePicker', '~> 2.10.3'

s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }
s.swift_version = '5.0'
s.swift_version = '5.0'
s.ios.deployment_target = '9.0'
end

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: multi_image_picker
description: Flutter plugin that allows you to display multi image picker on iOS and Android.
version: 4.6.7
version: 4.6.8
homepage: https://github.com/Sh1d0w/multi_image_picker

dependencies:
Expand All @@ -24,4 +24,4 @@ flutter:

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.10.15-pre.148 <2.0.0"
flutter: ">=1.17.5 <2.0.0"

0 comments on commit eaa0541

Please sign in to comment.